#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 210362:

    #Emitting Image53 control
    Image53Props = {}
    Image53Props['FileName'] = 'RA_Background_Spring2_2012'
    Image53Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?cat=Advertising&rs=Image\\RA_Background_Spring2_2012.tif'
    Image53Props['BaselineOffset'] = '0'
    Image53Props['Height'] = '480'
    Image53Props['Width'] = '720'
    Image53Props['XPos'] = '0'
    Image53Props['YPos'] = '0'
    Image53Props['AlignVertical'] = 'None'
    Image53Props['AlignHorizontal'] = 'None'
    Image53Props['VariableName'] = 'Image53'
    Image53 = CreateImage(Image53Props)

    if (Image53 != None):
        p.addItem(Image53)


    #Emitting Image54 control
    Image54Props = {}
    Image54Props['FileName'] = 'RA_wcsg_fm_20111219'
    Image54Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?cat=Advertising&rs=Image\\RA_wcsg_fm_20111219.tif'
    Image54Props['BaselineOffset'] = '0'
    Image54Props['Height'] = '220'
    Image54Props['Width'] = '612'
    Image54Props['XPos'] = '54'
    Image54Props['YPos'] = '130'
    Image54Props['AlignVertical'] = 'None'
    Image54Props['AlignHorizontal'] = 'None'
    Image54Props['VariableName'] = 'Image54'
    Image54 = CreateImage(Image54Props)

    if (Image54 != None):
        p.addItem(Image54)

