#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 254256:

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

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


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

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

