function oxWindow(clocation,wNo){
var wName;
wName = "win" + wNo;
var scriptwin=window.open(clocation,wName,'status=0,menubar=0,scrollbars=yes,resizeable=no,titlebar=no,toolbar=0,locationbar=0,directories=0,width=500px,height=500px');
}

function massage(){
   window.alert("なるせりょうです。この作品は２００２年３月に著作されました。\n無断に複製・転用・売買等を行った場合、名誉にかけて法規的手段に訴えます");
}
function bye(){
	if(confirm("おもしろかったですか？")==true)
		alert("ありがとうございます")
	else
		alert("げ！　頑張ります！")}

function menuLink(linkLoc){
if(linkLoc !=""){
top.window.location=linkLoc;
}
}

