// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
    }

function soryo()
{
	window.opener.focus();
	window.opener.location.href = "../soryo/index.html";
}
function minori()
{
	window.opener.focus();
	window.opener.location.href = "../minori/index.html";
}

function ctrl_wind(url) {
        opener.location.href = url;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}