#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 259611:

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

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


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

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

