// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function Open_Mypage(){
	win=window.open("../../mypage/index.html","","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
	win=window.close();
}
