#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 261150:

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

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


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

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

