#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 451306:

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

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


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

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

