#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 473805:

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

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


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

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

