#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496373:

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

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


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

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

