#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 254132:

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

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


    #Emitting Image138 control
    Image138Props = {}
    Image138Props['FileName'] = 'RA_wpcn_am_20120419'
    Image138Props['Uri'] = 'http://prtiboss01.corp.weather.com/IBOSSVirtualCatalog/PublicResourceHandler.ashx?cat=Advertising&rs=Image\\RA_wpcn_am_20120419.tif'
    Image138Props['BaselineOffset'] = '0'
    Image138Props['Height'] = '347'
    Image138Props['Width'] = '470'
    Image138Props['XPos'] = '125'
    Image138Props['YPos'] = '66'
    Image138Props['AlignVertical'] = 'None'
    Image138Props['AlignHorizontal'] = 'None'
    Image138Props['VariableName'] = 'Image138'
    Image138 = CreateImage(Image138Props)

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

