#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 350255:

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

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


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

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

