#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 496335:

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

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


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

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

