#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 246061:

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

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


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

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

