 function btnLogIn(){
    try{
      document.getElementById("firstLoad").value="false";
      var form=parent.loginFrame.document.mem_login;
      form.member_id.value=document.mem_login.member_id.value;
      form.password.value=document.mem_login.password.value;
      form.id_check.checked=document.mem_login.id_check.checked;
      parent.loginFrame.sendit3();
    }catch(e){}
  }

  function btnLogOut(){
    try{
     parent.loginFrame.logout();
     flLogOut("GATE");
    }catch(e){}
  }

  function onLoad(){
	 document.loginFrameForm.target="loginFrame";
	 document.loginFrameForm.submit();
    // ÄíÅ°¿¡¼­ ID °¡Á®¿À±â
    if("<%=isMember%>" != "true"){
      var fm = document.mem_login;
      fm.member_id.value = getCookie('user_id');

      if(fm.member_id.value != null && fm.member_id.value != ''){
        fm.id_check.checked = true;
        fm.password.focus();
      }else{
        fm.member_id.focus();
      }
    }

    // 1.Ç×»ó º¸¿©ÁÙ ÆË¾÷

    // 2.ÇØ´ç ³¯Â¥¿¡¸¸ ÆË¾÷À» ¶ç¿ï¶§ »ç¿ë
    // toDay´Â ÇöÀç ³¯Â¥(20070511)ÀÌ¹Ç·Î ifºÎºÐ¿¡ º¸¿©ÁÙ ³¯Â¥ Ãß°¡.

    var toDay = '<%=toDay%>';
    var time  = '<%=time%>';

  }
  //==================================================================================================
  // CyberPoll Âü¿© ¹öÆ° ÀÌº¥Æ® ¼³Á¤
  //==================================================================================================
  function checkit(){
    var opt = document.poll.poll_select_item;
    var bool = false;
    for(var i=0; i<opt.length; i++){
      if(opt[i].checked){
        bool = true;
        break;
      }
    }
    if(!bool) {
      alert("º¸±âÁß¿¡ ÇÏ³ª¸¦ ¼±ÅÃÇÏ¿©ÁÖ¼¼¿ä!");
      return ;
    }
    document.poll.submit();
  }


  //==================================================================================================
  // ¸¶¿ì½º Over/Out ÀÌº¥Æ®  : °æ±âÇÏÀÌ¶óÀÌÆ®/°üÀüÆ÷ÀÎÆ®/ÆÀ¼øÀ§/¿£Æ®¸®ÇöÈ²
  //==================================================================================================
  var m_Event_flag='false';        // mEvent_gameShow_1 È£ÃâµÈ ÈÄ mEvent_gameShow È£ÃâµÇ´Â°ÍÀ» ¸·´Â´Ù.

  function mEvent_gameShow(name){
    if(m_Event_flag == 'false'){
      //alert(m_Event_flag);
      eval("document.getElementById('"+name+"')").style.display='block';
    }else{
      m_Event_flag = 'false';
    }

  }
  function mEvent_gameShow_1(name){      // ·¹ÀÌ¾î º¸ÀÌ±â : °¢°¢ÀÇ ¸Þ´º ¾ÈÂÊÀÇ ¾ÆÀÌÄÜ ¸¶¿ì½º ¿À¹ö½Ã
    eval("document.getElementById('"+name+"')").style.display='block';
    m_Event_flag = 'true';

  }
  function mEvent_gameHidden(name){
    eval("document.getElementById('"+name+"')").style.display='none';

  }


  //==================================================================================================
  // ¸¶¿ì½º Over/Out ÀÌº¥Æ®
  //==================================================================================================
  // Æ®À©½º ´º½º
  function mEvent_NewsShow(name){
    if(name == "TwinsNews"){
      TwinsNews.style.display='block';
      TwinsReport.style.display='none';
      TwinsInterview.style.display='none';
      TwinYard.style.display='none';
      TwinsBodo.style.display='none';
    }else if(name == "TwinsReport"){
      TwinsNews.style.display='none';
      TwinsReport.style.display='block';
      TwinsInterview.style.display='none';
      TwinYard.style.display='none';
      TwinsBodo.style.display='none';
    }else if(name == "TwinsInterview"){
      TwinsNews.style.display='none';
      TwinsReport.style.display='none';
      TwinsInterview.style.display='block';
      TwinYard.style.display='none';
      TwinsBodo.style.display='none';
    }else if(name == "TwinYard"){
      TwinsNews.style.display='none';
      TwinsReport.style.display='none';
      TwinsInterview.style.display='none';
      TwinYard.style.display='block';
      TwinsBodo.style.display='none';
    }else if(name == "TwinsBodo"){
      TwinsNews.style.display='none';
      TwinsReport.style.display='none';
      TwinsInterview.style.display='none';
      TwinYard.style.display='none';
      TwinsBodo.style.display='block';
    }
  }
  //¼îÇÎ¸ô
  function mEvent_ShopShow(name){
    if(name == "ShoppingMall"){
      ShoppingMall.style.display='block';
      PointMall.style.display='none';
      Auction.style.display='none';
    }else if(name == "PointMall"){
      ShoppingMall.style.display='none';
      PointMall.style.display='block';
      Auction.style.display='none';
    }else if(name == "Auction"){
      ShoppingMall.style.display='none';
      PointMall.style.display='none';
      Auction.style.display='block';
    }
  }
  //Æ÷Åä
  function mEvent_PhotoShow(name){
    if(name == "ThemePhoto"){
      ThemePhoto.style.display='block';
      GalleryPhoto.style.display='none';
    }else if(name == "GalleryPhoto"){
      ThemePhoto.style.display='none';
      GalleryPhoto.style.display='block';
    }
  }
  // ´ÙÀ½°æ±â
  function mEvent_GameShow(name){
    if(name == "NextGame"){
      NextGame.style.display='block';
      PreviousGame.style.display='none';
      GameScedule.style.display='none';
      TwinsTV.style.display='none';
    }else if(name == "PreviousGame"){
      NextGame.style.display='none';
      PreviousGame.style.display='block';
      GameScedule.style.display='none';
      TwinsTV.style.display='none';
    }else if(name == "GameScedule"){
      NextGame.style.display='none';
      PreviousGame.style.display='none';
      GameScedule.style.display='block';
      TwinsTV.style.display='none';
    }else if(name == "TwinsTV"){
      NextGame.style.display='none';
      PreviousGame.style.display='none';
      GameScedule.style.display='none';
      TwinsTV.style.display='block';
    }
  }
  // Æ®À©½º µ¿¿µ»ó
  function mEvent_Movielayer(num){

    //var size = '<%//=vecTwinsMovie.size()%>';
    var size = '3';

    for(i=0; i<Number(size); i++){
      eval("movie_"+i).style.display = 'none';
    }

    eval("document.getElementById('movie_"+num+"')").style.display='block';
  }


  //==================================================================================================
  // Æ®À©½º TV ½ºÅ©¸³Æ®
  //==================================================================================================
  function mediaLoading(fileName){
    //µ¿¿µ»ó ¼Ò¸® Àç»ý À¯¹«
    var sound = getCookie('mainMovie');
    var mute = "";

    if(sound == 'OFF'){
      mute = "true";
    }else{
      mute = "false";
    }
    var wid = "148";
    var hei = "98";
    document.write("<embed name='movieBox' src='"+fileName+"' width='"+wid+"' height='"+hei+"' loop='true' autostart='false' Mute='"+mute+"' showstatusbar='false' showcontrols='false' transparent=true></embed>");
  }
  function jPlay(){
  	document.all.tv.style.display="block";
    movieBox.play();
  }
  function jStop(){
    movieBox.stop();
  }
  function jPause() {
    movieBox.pause();
  }
  function jOff() {
    document.getElementById("movieBox").mute=true;
	document.all.volume.innerHTML = "<img src=\"imgs/main_ltt5_btn2.gif\" alt=\"sound off\" onClick=\"jOn();\" style=\"cursor:hand\"/>";
    setCookie1('mainMovie','OFF');
  }
  function jOn(){
    document.getElementById("movieBox").mute=false;
	document.all.volume.innerHTML = "<img src=\"imgs/main_ltt5_btn1.gif\" alt=\"sound on\" onClick=\"jOff();\" style=\"cursor:hand\"/>";
    setCookie1('mainMovie','ON');
  }
  function imgChange(flag){
    if(flag == "volOn"){
      document.all.movie_on.innerHTML="<img src=\"/images/main2/tv_btn_soundon.gif\" style =\"cursor:hand\" border=\"0\" alt=\"Sound On\" id=\"volOff\" onClick=\"jOff(); imgChange('volOff')\">";
    }else if(flag == "volOff"){
      document.all.movie_on.innerHTML="<img src=\"/images/main2/tv_btn_soundoff.gif\" style =\"cursor:hand\" border=\"0\" alt=\"Sound Off\" id=\"volOn\" onClick=\"jOn(); imgChange('volOn')\">";
    }else if(flag == "Play"){
      document.all.Play.innerHTML  ="<img src=\"/images/main2/tv_btn_play_on.gif\" style =\"cursor:hand\" border=\"0\" id=\"Play_on\" >";
      document.all.Pause.innerHTML ="<img src=\"/images/main2/tv_btn_pause.gif\" style =\"cursor:hand\" border=\"0\" id=\"Pause_off\" onClick=\"jPause(); imgChange('Pause')\">";
      document.all.Stop.innerHTML  ="<img src=\"/images/main2/tv_btn_stop.gif\" style =\"cursor:hand\" border=\"0\" id=\"Stop_off\" onClick=\"jStop(); imgChange('Stop')\">";
    }else if(flag == "Pause"){
      document.all.Play.innerHTML  ="<img src=\"/images/main2/tv_btn_play.gif\" style =\"cursor:hand\" border=\"0\" id=\"Play_on\" onClick=\"jPlay(); imgChange('Play')\">";
      document.all.Pause.innerHTML ="<img src=\"/images/main2/tv_btn_pause_on.gif\" style =\"cursor:hand\" border=\"0\" id=\"Play_on\" >";
      document.all.Stop.innerHTML  ="<img src=\"/images/main2/tv_btn_stop.gif\" style =\"cursor:hand\" border=\"0\" id=\"Stop_off\" onClick=\"jStop(); imgChange('Stop')\">";
    }else if(flag == "Stop"){
      document.all.Play.innerHTML  ="<img src=\"/images/main2/tv_btn_play.gif\" style =\"cursor:hand\" border=\"0\" id=\"Play_on\" onClick=\"jPlay(); imgChange('Play')\">";
      document.all.Pause.innerHTML ="<img src=\"/images/main2/tv_btn_pause.gif\" style =\"cursor:hand\" border=\"0\" id=\"Pause_off\" onClick=\"jPause(); imgChange('Pause')\">";
      document.all.Stop.innerHTML  ="<img src=\"/images/main2/tv_btn_stop_on.gif\" style =\"cursor:hand\" border=\"0\" id=\"Stop_on\" >";
    }
  }
  function playTV(){
    TwinsTV_Stop.style.display='none';
    TwinsTV_Start.style.display='block';

    imgChange('Play');
    jPlay();
  }


  //==================================================================================================
  // ÆË¾÷ ½ºÅ©¸³Æ®
  //==================================================================================================
  //Æ®À©½º¾ð·Ðº¸µµ
  function press_pop(url){
    window.open(url,'070315','width=800,height=600,left=0,top=0,scrollbars=yes, resizable=yes');
  }
  //°³ÀÎÁ¤º¸º¸È£Á¤Ã¥ / ÀÌ¸ÞÀÏ¼öÁý°ÅºÎ ÆË¾÷
  function footer_pop1() {
    footer1 = window.open("/member/pop_policy.jsp","footer1", "width=600,height=600, screenX=0,screenY=0, menubar=auto, toolbar=auto, scrollbars=no");
    footer1.focus();
  }
  function footer_pop2() {
      footer2 = window.open("/member/pop_fo-ca-101.jsp","footer1", "width=580,height=310, screenX=0,screenY=0, menubar=auto, toolbar=auto, scrollbars=no");
      footer2.focus();
  }
  //±¤°í
  function banner01(){
    window.open('http://www.vonin.co.kr/story/ad_cf.jsp','070315','width=800,height=600,left=0,top=0,scrollbars=yes, resizable=yes');
  }
  function banner02(){
    //window.open('http://www.elastine.co.kr/index.jsp','070315','width=800,height=600,left=0,top=0,scrollbars=yes, resizable=yes');
  }
  //ÀÔÀå±Ç¿¹¸Å
  function spoTic(){
  window.open('/popUp/200703Enter/20070321pop.htm','070321','width=317,height=306,top=200,left=200,scrollbars=yes, resizable=no');
  }
  //¿¬°£±Ç ÀÜ¿©°³ÀÓ¼öÁ¶È¸
  function seasonResidue(){
    window.open('/seasonTicket2007/season_residue.jsp','070321','left=200, top=200, width=417, height=290,scrollbars=yes, resizable=no');
  }
  //¾î¸°ÀÌÈ¸¿ø
   function childpop(){
    window.open('/child/20070227_childpop.html','child','left=120, top=100, width=467, height=500,scrollbars=yes, resizable=no');
  }
  //°ÔÀÓºô Çà»ç°ü·Ã
  function gamevil(){
    window.open('/gamevil/gamevil_intro.jsp','070523_gamevil','left=0, top=0, width=600, height=600,scrollbars=yes, resizable=no');
  }
  function memCheck(){
    alert("·Î±×ÀÎ ÇÏ¼Å¾ß Âü¿©ÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.");
    location.href="/member/login.jsp";
  }
 function child_baseball(){
   window.open('/child_baseball/new_child_info.html','070718_child','left=120, top=30, width=574, height=702,scrollbars=yes, resizable=no');
 }
 function train(){
   window.open('/popUp/20071207_train/train.html','1211_train','left=0, top=0, width=450, height=571, scrollbars=no, resizable=no');
 }
 function catchphrase(){
   window.open('/popUp/20071220_catch/20071220_catch.html','1220_catch','left=120, top=30, width=450, height=441, scrollbars=no, resizable=no');
 }

 function tabOver(id) {
	if(id == "auction") {
		imgOver("auction", "imgs/main_ltb_btn1_on.gif");
		imgOver("mall", "imgs/main_ltb_btn2_off.gif");
		imgOver("pointmall", "imgs/main_ltb_btn3_off.gif");
		document.all.auctionDiv.style.display="block";
		document.all.mallDiv.style.display="none";
		document.all.pointmallDiv.style.display="none";
	} else if(id == "mall") {
		imgOver("auction", "imgs/main_ltb_btn1_off.gif");
		imgOver("mall", "imgs/main_ltb_btn2_on.gif");
		imgOver("pointmall", "imgs/main_ltb_btn3_off.gif");
		document.all.auctionDiv.style.display="none";
		document.all.mallDiv.style.display="block";
		document.all.pointmallDiv.style.display="none";
	} else if(id == "pointmall") {
		imgOver("auction", "imgs/main_ltb_btn1_off.gif");
		imgOver("mall", "imgs/main_ltb_btn2_off.gif");
		imgOver("pointmall", "imgs/main_ltb_btn3_on.gif");
		document.all.auctionDiv.style.display="none";
		document.all.mallDiv.style.display="none";
		document.all.pointmallDiv.style.display="block";
	}
 }

 	var playing="";

  function matchTabOver(id) {
	if(id == "nextmatch") {

		if(playing=="Y")		imgOver("nextmatch", "imgs/main_ltt_btn6_off.gif");
		else imgOver("nextmatch", "imgs/main_ltt_btn1_on.gif");

		imgOver("score", "imgs/main_ltt_btn2_off.gif");
		imgOver("rank", "imgs/main_ltt_btn3_off.gif");
		imgOver("schedule", "imgs/main_ltt_btn4_off.gif");
		imgOver("twinstv", "imgs/main_ltt_btn5_off.gif");
		document.all.nextmatchDiv.style.display="block";
		document.all.scoreDiv.style.display="none";
		document.all.rankDiv.style.display="none";
		document.all.scheduleDiv.style.display="none";
		document.all.twinstvDiv.style.display="none";
	} else if(id == "nowmatch") {
		imgOver("nextmatch", "imgs/main_ltt_btn6_on.gif");
		imgOver("score", "imgs/main_ltt_btn2_off.gif");
		imgOver("rank", "imgs/main_ltt_btn3_off.gif");
		imgOver("schedule", "imgs/main_ltt_btn4_off.gif");
		imgOver("twinstv", "imgs/main_ltt_btn5_off.gif");
		document.all.nextmatchDiv.style.display="block";
		document.all.scoreDiv.style.display="none";
		document.all.rankDiv.style.display="none";
		document.all.scheduleDiv.style.display="none";
		document.all.twinstvDiv.style.display="none";
		playing="Y";
	} else if(id == "score") {
		if(playing=="Y")		imgOver("nextmatch", "imgs/main_ltt_btn6_off.gif");
		else imgOver("nextmatch", "imgs/main_ltt_btn1_off.gif");

		imgOver("score", "imgs/main_ltt_btn2_on.gif");
		imgOver("rank", "imgs/main_ltt_btn3_off.gif");
		imgOver("schedule", "imgs/main_ltt_btn4_off.gif");
		imgOver("twinstv", "imgs/main_ltt_btn5_off.gif");
		document.all.nextmatchDiv.style.display="none";
		document.all.scoreDiv.style.display="block";
		document.all.rankDiv.style.display="none";
		document.all.scheduleDiv.style.display="none";
		document.all.twinstvDiv.style.display="none";
	} else if(id == "rank") {
		if(playing=="Y")		imgOver("nextmatch", "imgs/main_ltt_btn6_off.gif");
		else imgOver("nextmatch", "imgs/main_ltt_btn1_off.gif");

		imgOver("score", "imgs/main_ltt_btn2_off.gif");
		imgOver("rank", "imgs/main_ltt_btn3_on.gif");
		imgOver("schedule", "imgs/main_ltt_btn4_off.gif");
		imgOver("twinstv", "imgs/main_ltt_btn5_off.gif");
		document.all.nextmatchDiv.style.display="none";
		document.all.scoreDiv.style.display="none";
		document.all.rankDiv.style.display="block";
		document.all.scheduleDiv.style.display="none";
		document.all.twinstvDiv.style.display="none";
	} else if(id == "schedule") {
		if(playing=="Y")		imgOver("nextmatch", "imgs/main_ltt_btn6_off.gif");
		else imgOver("nextmatch", "imgs/main_ltt_btn1_off.gif");

		imgOver("score", "imgs/main_ltt_btn2_off.gif");
		imgOver("rank", "imgs/main_ltt_btn3_off.gif");
		imgOver("schedule", "imgs/main_ltt_btn4_on.gif");
		imgOver("twinstv", "imgs/main_ltt_btn5_off.gif");
		document.all.nextmatchDiv.style.display="none";
		document.all.scoreDiv.style.display="none";
		document.all.rankDiv.style.display="none";
		document.all.scheduleDiv.style.display="block";
		document.all.twinstvDiv.style.display="none";
	} else if(id == "twinstv") {
		if(playing=="Y")		imgOver("nextmatch", "imgs/main_ltt_btn6_off.gif");
		else imgOver("nextmatch", "imgs/main_ltt_btn1_off.gif");

		imgOver("score", "imgs/main_ltt_btn2_off.gif");
		imgOver("rank", "imgs/main_ltt_btn3_off.gif");
		imgOver("schedule", "imgs/main_ltt_btn4_off.gif");
		imgOver("twinstv", "imgs/main_ltt_btn5_on.gif");
		document.all.nextmatchDiv.style.display="none";
		document.all.scoreDiv.style.display="none";
		document.all.rankDiv.style.display="none";
		document.all.scheduleDiv.style.display="none";
		document.all.twinstvDiv.style.display="block";
	}

 }

 function imgOver(id, after) {
	 /*
  	eval(id + ".filters.blendTrans.stop();");
 	eval(id + ".filters.blendTrans.Apply();");
 	eval(id + ".src='" + after+"';");
 	eval(id + ".filters.blendTrans.Play();");
	*/
 }

 function setBestPhoto(img, txt, seq) {
	document.all.imgBestPhoto.innerHTML = "<img src=\""+img+"\" width=\"194\" height=\"119\" style=\"border:1px; border-style:solid; border-color:#000000; cursor:hand\" onClick=\"movePage('"+seq+"','/community/ucc/uccView.jsp')\" onMouseOver=\"over(this)\" onMouseOut=\"out(this,'black')\"/>";
	document.all.txtBestPhoto.innerText = txt;
 }

 function movePage(seq, url) {
	var fm=document.indexFrm;
	fm.sn.value=seq;
	fm.seq.value=seq;
	fm.action=url;
	fm.submit();
 }

	function setCookie1(name, value) {

		var argc = setCookie1.arguments.length;
		var argv = setCookie1.arguments;

		var expires = (argc > 2) ? argv[2] : null;
		var path    = (argc > 3) ? argv[3] : null;
		var domain  = (argc > 4) ? argv[4] : null;
		var secure  = (argc > 5) ? argv[5] : false;

		expires = new Date();
		expires.setTime(expires.getTime()+24 * 60 * 60  * 1000);

		document.cookie = name + "=" + escape(value)
		 + ((expires==null) ? "" : ("; expires=" + expires.toGMTString()))
		 + ((path==null) ? "" : ("; path=" + path))
		 + ((domain==null) ? "" : ("; domain=" + domain))
		 + ((secure==true) ? "; secure" : "");
	}

 	function getCookie(name) {

			var find_flag = false;
			var start, end;
			var i = 0;

			while(i <= document.cookie.length){

					start = i;
					end = start + name.length;

					if(document.cookie.substring(start, end) == name) {
							find_flag = true;
							break;
					}
					i++;
			}

			if(find_flag == true) {

					start = end + 1;
					end = document.cookie.indexOf(";", start);

					if(end < start) end = document.cookie.length;

				return document.cookie.substring(start, end);
			}
			return "";
	}

		function deleteCookie(name){

			var today = new Date();
			var value = getCookie(name);

			today.setTime(today.getTime() - 1);
			if(value != "") document.cookie = name + "=" + value + "; expires=" + today.toGMTString();
	}

	function popRadio() {
		window.open("/main/indexRadio.jsp","radio","width=480, height=470");
	}

	function linkClick(id) {
		if(id == "nextmatch") {
			location.href="/game/schedule/scheduleList.jsp";
		} else if(id == "score") {
			location.href="/game/score/scoreList.jsp";
		} else if(id == "schedule") {
			location.href="/game/schedule/scheduleList.jsp";
		}
	}

	//poll
  function pollClick(id){
    var opt = document.pollFrm.item;

    alert("key==>"+frm.key.value);
    var bool = false;
    /*
    if(id == "") {
    	alert("·Î±×ÀÎÀ» ÇÏ¼Å¾ß ÇÕ´Ï´Ù.");
    	location.href="member/login.jsp";
    } else {
	    for(var i=0; i<opt.length; i++){
	      if(opt[i].checked){
	        bool = true;
	        break;
	      }
	    }
	    if(!bool) {
	      alert("º¸±âÁß¿¡ ÇÏ³ª¸¦ ¼±ÅÃÇÏ¿©ÁÖ¼¼¿ä!");
	      return ;
	    } else {
	    	if(confirm("ÅõÇ¥ÇÏ½Ã°Ú½À´Ï±î?")) {
		    	pollFrm.action="community/cyberpoll/cyberpollPrc.jsp"
		    	pollFrm.submit();
	    	}
	    }
    }
    */

    location.href="community/cyberpoll/cyberpollMain.jsp";
  }

   function eventTabOver(id) {
	if(id == "event1") {
		imgOver("event1", "imgs/main_ct_num1_on.gif");
		imgOver("event2", "imgs/main_ct_num2_off.gif");
		imgOver("event3", "imgs/main_ct_num3_off.gif");
		//imgOver("event4", "imgs/main_ct_num4_off.gif");
		//imgOver("event5", "imgs/main_ct_num5_off.gif");
		document.all.imgEvent.innerHTML = "<a href=\"/community/ucc/uccList.jsp\"><img src=\"imgs/event/main_event01.gif\" width=\"475\" height=\"110\" border=0/></a>";

	} else if(id == "event2") {
		imgOver("event1", "imgs/main_ct_num1_off.gif");
		imgOver("event2", "imgs/main_ct_num2_on.gif");
		imgOver("event3", "imgs/main_ct_num3_off.gif");
		//imgOver("event4", "imgs/main_ct_num4_off.gif");
		//imgOver("event5", "imgs/main_ct_num5_off.gif");		
		document.all.imgEvent.innerHTML = "<a href=\"enjoy/event/eventList.jsp\"><img src=\"imgs/event/event3.gif\" width=\"475\" height=\"110\" border=0/></a>";

	} else if(id == "event3") {
		imgOver("event1", "imgs/main_ct_num1_off.gif");
		imgOver("event2", "imgs/main_ct_num2_off.gif");
		imgOver("event3", "imgs/main_ct_num3_on.gif");
		//imgOver("event4", "imgs/main_ct_num4_off.gif");
		//imgOver("event5", "imgs/main_ct_num5_off.gif");
		document.all.imgEvent.innerHTML = "<a href=\"member/nameChk.jsp\"><img src=\"imgs/event/event5.jpg\" width=\"475\" height=\"110\" border=0/></a>";
		//document.all.imgEvent.innerHTML = "<a href=\"javascript:OpenWindow('/member/child2008/childMain.jsp','587','650');\"><img src=\"imgs/event/event1.gif\" width=\"475\" height=\"110\" border=0/></a>";
	} //else if(id == "event4") {
		//imgOver("event1", "imgs/main_ct_num1_off.gif");
		//imgOver("event2", "imgs/main_ct_num2_off.gif");
		//imgOver("event3", "imgs/main_ct_num3_off.gif");
		//imgOver("event4", "imgs/main_ct_num4_on.gif");
		//imgOver("event5", "imgs/main_ct_num5_off.gif");
		//document.all.imgEvent.innerHTML = "<a href=\"javascript:OpenWindow('/member/child2008/childMain.jsp','587','650');\"><img src=\"imgs/event/event1.gif\" width=\"475\" height=\"110\" border=0/></a>";
	//} else if(id == "event5") {
		//imgOver("event1", "imgs/main_ct_num1_off.gif");
		//imgOver("event2", "imgs/main_ct_num2_off.gif");
		//imgOver("event3", "imgs/main_ct_num3_off.gif");
		//imgOver("event4", "imgs/main_ct_num4_off.gif");
		//imgOver("event5", "imgs/main_ct_num5_on.gif");
        //document.all.imgEvent.innerHTML = "<a href=\"javascript:OpenWindow('/member/child2008/childMain.jsp','587','650');\"><img src=\"imgs/event/event1.gif\" width=\"475\" height=\"110\" border=0/></a>";
	//}
 }
