////////////////////////////home//////////////////////////////////////
function menu00(){
 location.href = "..\\index.html";
}

////////////////////////////simulator//////////////////////////////////////
function menu1(){
 location.href = "#";
}
       //sub01
		function menu11(){
		 location.href = "..\\simulator\\simulator01.html";
		}
		
		//sub02
		function menu12(){
		 location.href = "..\\simulator\\simulator02.html";
		}
		//sub03
		function menu13(){
		 location.href = "..\\bbs\\MS_43.html";	//설치장소
		}
		
////////////////////////////company//////////////////////////////////////
function menu2(){
 location.href = "#";
}
       //sub01
		function menu21(){
		 location.href = "..\\company\\company01.html";
		}
		function menu22(){
		 location.href = "..\\company\\company04.html";
		}
////////////////////////////pr//////////////////////////////////////
function menu3(){
 location.href = "#";
}
        //sub01
		function menu31(){
		 location.href = "..\\bbs\\MS_5.html";		//공지사항
		}
		//sub02
		function menu32(){
		 location.href = "..\\bbs\\MS_2.html";		//보도자료
		}

////////////////////////////cs//////////////////////////////////////
function menu4(){
 location.href = "#";
}
       //sub01
		function menu41(){
		 location.href = "..\\cs\\cs01.html";
		}
		//sub02
		function menu42(){
		 location.href = "..\\bbs\\MS_1.html";		//운영수기
		}
		////////////////////////////contact//////////////////////////////////////
function menu5(){
 location.href = "#";
}
       ///sub01
		function menu51(){
		 location.href = "..\\contact\\contact01.html";
		}
		//sub02
		function menu52(){
		 location.href = "..\\bbs\\MS_0.html";		//온라인문의
		}