#IBOSS Product Display Script

if gSelectedProduct['ProductId'] == 510525:

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

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


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

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

