#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 209897:

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

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


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

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

