#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510498:

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

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


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

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

