#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510428:

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

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


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

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

