#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 204142:

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

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


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

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

