#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 262715:

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

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


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

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

