#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 350253:

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

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


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

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

