function openwin(url){
	url=window.open(url,"sub","height=600,width=750,toolbar=yes,status=no,location=no,scrollbars=yes,resizable=yes,")
	url.focus();
}

function openwin2(url){
	url=window.open(url,"sub","height=600,width=900,toolbar=yes,status=no,location=yes,scrollbars=yes,resizable=yes,")
	url.focus();
}



/* リンクもとのhtmlの記述は
<a href="javascript:void(0);" onclick="openwin○('パス');" onkeypress="openwin8('パス');"> */