#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510494:

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

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


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

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

