#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 206295:

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

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


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

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

