function wo(url){
	window.open(url,"sub",'width=520,height=400,scrollbars=1,resizable=1');
}
function wo2(url){
	window.open(url,"new",'toolbar=1,location=1,scrollbars=1,status=1,width=800,height=600,resizable=1');
	window.close();
}

function wc(){
	window.close();
}
function wo_tenpo(url){
	window.open(url,"tenpo",'toolbar=0,location=0,scrollbars=0,status=0,width=600,height=580,resizable=1');
}