#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 204151:

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

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


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

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

