	function newWin(urlo)
	{
	myWin=open(urlo,"view","width=600,height=400,status=no,toolbar=auto,menubar=no,scrollbars=yes,resizable=yes");
	}
   function SaveAs(img) 
   {
	new_window=window.open(img, "new_window", "width=1, height=1"); 
	new_window.document.execCommand('saveas',false,'');
	new_window.close();
   }