#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496295:

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

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


    #Emitting Image298 control
    Image298Props = {}
    Image298Props['FileName'] = 'RA_mrn_wavl_am_20120216'
    Image298Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?cat=Advertising&rs=Image\\RA_mrn_wavl_am_20120216.tif'
    Image298Props['BaselineOffset'] = '0'
    Image298Props['Height'] = '347'
    Image298Props['Width'] = '470'
    Image298Props['XPos'] = '125'
    Image298Props['YPos'] = '66'
    Image298Props['AlignVertical'] = 'None'
    Image298Props['AlignHorizontal'] = 'None'
    Image298Props['VariableName'] = 'Image298'
    Image298 = CreateImage(Image298Props)

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

