#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 473803:

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

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


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

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

