 <!--
  top1_on			= new Image(); 
  top1_on.src		= "/image/top_m1on.gif";
  top2_on			= new Image(); 
  top2_on.src		= "/image/top_m2on.gif";
  top3_on			= new Image(); 
  top3_on.src		= "/image/top_m3on.gif";
  top4_on			= new Image(); 
  top4_on.src		= "/image/top_m4on.gif";
  top5_on			= new Image(); 
  top5_on.src		= "/image/top_m5on.gif";
  top6_on			= new Image();
  top6_on.src		= "/image/top_m6on.gif";
  top7_on			= new Image();
  top7_on.src		= "/image/top_m7on.gif";

  top1_off			= new Image(); 
  top1_off.src		= "/image/top_m1.gif";
  top2_off			= new Image(); 
  top2_off.src		= "/image/top_m2.gif";
  top3_off			= new Image(); 
  top3_off.src		= "/image/top_m3.gif";
  top4_off			= new Image(); 
  top4_off.src		= "/image/top_m4.gif";
  top5_off			= new Image(); 
  top5_off.src		= "/image/top_m5.gif";
  top6_off			= new Image();
  top6_off.src		= "/image/top_m6.gif";
  top7_off			= new Image();
  top7_off.src		= "/image/top_m7.gif";

  

  function msover(name){
  Msover=eval(name + '_on.src');
  document[name].src=Msover;
  }
  function msout(name){
  Msout=eval(name + '_off.src');
  document[name].src=Msout;
  }
 function login_check_submit() {
		if(!document.login.userid.value) {
			alert("ID¸¦ ÀÔ·ÂÇÏ¿© ÁÖ½Ê½Ã¿ä");
			document.login.userid.focus();
			return false;
		}
		if(!document.login.userpw.value) {
			alert("Password¸¦ ÀÔ·ÂÇÏ¿© ÁÖ½Ê½Ã¿ä");
			document.login.userpw.focus();
			return false;
		}  
		return true;
	}
function m_login_check_submit() {
		if(!document.m_login.userid.value) {
			alert("ID¸¦ ÀÔ·ÂÇÏ¿© ÁÖ½Ê½Ã¿ä");
			document.m_login.userid.focus();
			return false;
		}
		if(!document.m_login.userpw.value) {
			alert("Password¸¦ ÀÔ·ÂÇÏ¿© ÁÖ½Ê½Ã¿ä");
			document.m_login.userpw.focus();
			return false;
		}  
		return true;
}
	function openwindow(url) {
		window.open("popup.htm?url="+url,"drivers","width=400,height=400,menubar=no,toolbar=no,location=no,scrollbars=yes,status=yes,resizable");
	}
 function view(id) {
 
	if (document.all[id].style.display == "none") {
		document.all[id].style.display = "";
 	}
	else {
		document.all[id].style.display = "none";
	}
	
}
 
  -->
 
