 function save()  
 {  
 var url='price-xenon.xls';    
 window.open(url,'Download');  
}  
