
//N
	function sample(w){
		winname = w + ".html";
		window.open(winname,"newwin","width=500,height=730,scrollbars=yes,resizable=yes");
	}
