#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 473804:

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

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


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

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

