function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function winOpen2006(){
	var wo2006;
	wo2006 = window.open('2006kokuchi/index.html','WO2006','width=422,height=640,scrollbars=1');
	wo2006.focus();
}