function winOpen(n){
	window.open(n+".html","M2","width=500,height=400,scrollbars");
}