function wo(w){
//	x = (screen.width  - 640) / 2;
//	y = (screen.height - 550) / 2 - 50;
//	window.open(w,"","scrolling=yes,toolbar=no,location=no,directries=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,left="+x+",top="+y+",width=640,height=550");}

	window.open(w,"","scrolling=yes,toolbar=no,location=no,directries=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=640,height=550");}

function wo2(w2){
	x = (screen.width  - 554) / 2;
	y = (screen.height - 500) / 2 - 50;
	window.open(w2,"","scrolling=no,toolbar=no,location=no,directries=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=554,height=500");}

