#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 262796:

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

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


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

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

