#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496464:

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

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


    #Emitting Image354 control
    Image354Props = {}
    Image354Props['FileName'] = 'RA_wspt_fm_20100422'
    Image354Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?cat=Advertising&rs=Image\\RA_wspt_fm_20100422.tif'
    Image354Props['BaselineOffset'] = '0'
    Image354Props['Height'] = '220'
    Image354Props['Width'] = '612'
    Image354Props['XPos'] = '54'
    Image354Props['YPos'] = '130'
    Image354Props['AlignVertical'] = 'None'
    Image354Props['AlignHorizontal'] = 'None'
    Image354Props['VariableName'] = 'Image354'
    Image354 = CreateImage(Image354Props)

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

