#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 259773:

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

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


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

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

