#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 240308:

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

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


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

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

