#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 248740:

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

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


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

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

