#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 240393:

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

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


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

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

