#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510425:

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

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


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

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

