	function openWindow(dest,w,h)
	{
		open(dest,'','target=_blank, width='+w+', height='+h+', leftmargin=0, topmargin=0, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no');
	}