//N
	function newwin(w){
		winname = w + ".php";
		window.open(winname,"newwin","width=550,height=760,scrollbars=yes,resizable=yes");
	}