#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 248824:

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

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


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

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

