#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496538:

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

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


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

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

