#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 256949:

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

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


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

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

