function openWin(URL,w,h,st,sc){
	window.open(URL,"","width=568,height="+h+",status="+st+",scrollbars=1,toolbar=no,resizable=no,menubar=no,directories=no,location=no");
}

function openWin1(URL,w,h,st,sc){
	window.open(URL,"","width="+w+",height="+h+",status="+st+",scrollbars="+sc+",toolbar=no,resizable=no,menubar=no,directories=no,location=no");
}


function gotoURL(url)
{
	if (top.window.opener.closed) oyaWin=window.open(url,"oya");	//親ウインドウが閉じられている時
	else top.window.opener.location.href=url;						//親ウインドウがあるとき
}

