function openChartWin(file, name) { 
	openargs = 'status,menubar=no,resizable=yes,toolbar=no,scrollbars=yes,screenx=100,screeny=10,width=500,height=300'; 
	window.open(file, name, openargs); 
}  
