#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 240478:

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

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


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

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

