#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 391642:

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

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


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

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

