#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 350254:

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

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


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

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

