#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 346670:

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

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


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

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

