#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 248572:

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

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


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

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

