#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 343210:

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

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


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

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

