#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 246060:

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

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


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

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

