#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 350252:

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

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


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

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

