#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496421:

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

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


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

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

