#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496337:

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

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


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

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

