
//¸ÞÀÎ
home = "/index.php3"

userinfo = "/etc/useinfo.php3";

// is
Menu01_01="/01_is/is01.php3";
Menu01_02="/01_is/is02.php3";
Menu01_03="/01_is/is03.php3";
Menu01_04="/01_is/is04.php3";
Menu01_05="/01_is/is05.php3";
Menu01_06="/01_is/is06.php3";


//future
Menu02_01="/02_future/fut01.php3";
Menu02_02="/02_future/fut02.php3";
Menu02_03="/02_future/fut03.php3";


//apt
Menu03_01="/03_apt/apt01.php3";
Menu03_02="/03_apt/apt02.php3";
Menu03_03="/03_apt/apt03.php3";


Menu04_01="/04_space/space01.php3";
Menu04_02="/04_space/space02.php3";
Menu04_03="/04_space/space03.php3";
Menu04_04="/04_space/space04.php3";


Menu05_01="/05_interior/int01.php3";
Menu05_02="/05_interior/int02.php3";
Menu05_03="/05_interior/int03.php3";
Menu05_04="/05_interior/int04.php3";



Menu06_01="/06_system/sys01.php3";
Menu06_02="/06_system/sys02.php3";
Menu06_03="/06_system/sys03.php3";




function goMenu(name) {
	var LeftPosition = (screen.width) ?        (screen.width-400)/2 : 0;
	var TopPosition = (screen.height) ?        (screen.height-200)/2 : 0;    
	
	if (eval(name) == "") {
		alert("¼­ºñ½º ÁØºñÁßÀÔ´Ï´Ù.");
		return;    
	}
	else 
		document.location.href = "/main_upload/muguo" + eval(name);
}

