function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
	document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
	var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
	if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
	d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
  if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  var x = event.x+document.body.scrollLeft; 
  var y = event.y+document.body.scrollTop;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
	if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
	obj.visibility=v; obj.left=x; obj.top = y;}
}

// ·Î±×ÀÎ, ·Î±×¾Æ¿ô °øÅë¾ç½Ä ----------------------------------------------------------------------
function Check_Login(f) {
  if(!f.userid.value) {
	alert('¾ÆÀÌµð¸¦ ÀÔ·ÂÇÏ¼¼¿ä.');
	  f.userid.focus();
	  return false;
  }
  if(!f.userpw.value) {
	alert('ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇÏ¼¼¿ä.');
	  f.userpw.focus();
	  return false;
  }
}

function winLogin() {
  if(!loginForm.userid.value) {
	alert('¾ÆÀÌµð¸¦ ÀÔ·ÂÇÏ¼¼¿ä.');
	  loginForm.userid.focus();
	  return false;
  }
  if(!loginForm.userpw.value) {
	alert('ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇÏ¼¼¿ä.');
	  loginForm.userpw.focus();
	  return false;
  }
  window.open('/member/login.htm?userid='+loginForm.userid.value+'&userpw='+loginForm.userpw.value, 'loginWindow', 'marginwidth=0,marginheight=0,toolbar=no,resize=no,scrollbars=no,width=200,height=100,top=10000,left=10000');
}

function winLogout() {
  window.open('/member/logout.htm', 'loginWindow', 'marginwidth=0,marginheight=0,toolbar=no,resize=no,scrollbars=no,width=200,height=100,top=10000,left=10000');
}

// ÀÎ°øÁö¹Ý ³ìÈ­»ç·Ê ¿øº»ÀÌ¹ÌÁö »õÃ¢¶ç¿ì±â --------------------------------------------------------
function viewLargeImage(mode,width,height,no) {
	window.open(mode+'side_window.htm?no='+no, 'viewLargeImage',  'marginwidth=0,marginheight=0,toolbar=no,resize=no,scrollbars=no,width='+width+',height='+height+',top=50,left=50');
}

// ÆË¾÷Ã¢ ½Ã°£ Ã¼Å©ÇÏ±â ---------------------------------------------------------------------------
function setCookie( name, value, expiredays ) {
	var todayDate = new Date();
	todayDate.setDate( todayDate.getDate() + expiredays );
	document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"
}
function getCookie( name ) {
	var nameOfCookie = name + "=";
	var x = 0;
	while ( x <= document.cookie.length ) {
		var y = (x+nameOfCookie.length);
		if ( document.cookie.substring( x, y ) == nameOfCookie ) {
			if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
				endOfCookie = document.cookie.length;
			return unescape( document.cookie.substring( y, endOfCookie ) );
		}
		x = document.cookie.indexOf( " ", x ) + 1;
		if ( x == 0 )
			break;
	}
	return "";
}
// ÆË¾÷Ã¢ ½Ã°£ Ã¼Å©ÇÏ±â ---------------------------------------------------------------------------

// ¿À¸¥ÂÊ ¿òÁ÷ÀÌ´Â ¹è³Ê ---------------------------------------------------------------------------
self.onError=null;
currentX = currentY = 0;  
whichIt = null;           
lastScrollX = 0; lastScrollY = 0;
NS = (document.layers) ? 1 : 0;
IE = (document.all) ? 1: 0;

function heartBeat() {
	if(IE) { 
		  diffY = document.body.scrollTop; 
		  diffX = 0; 
		   }
	if(NS) { diffY = self.pageYOffset; diffX = self.pageXOffset; }
	if(diffY != lastScrollY) {
				percent = .1 * (diffY - lastScrollY);
				if(percent > 0) percent = Math.ceil(percent);
				else percent = Math.floor(percent);
		if(IE) document.all.floater.style.pixelTop += percent;
		if(NS) document.floater.top += percent; 
				lastScrollY = lastScrollY + percent;
	}
	if(diffX != lastScrollX) {
		percent = .1 * (diffX - lastScrollX);
		if(percent > 0) percent = Math.ceil(percent);
		else percent = Math.floor(percent);
		if(IE) document.all.floater.style.pixelLeft += percent;
		if(NS) document.floater.top += percent;
		lastScrollY = lastScrollY + percent;
	}	
}	
if(NS || IE) 
	action = window.setInterval("heartBeat()",20);
// ¿À¸¥ÂÊ ¿òÁ÷ÀÌ´Â ¹è³Ê ---------------------------------------------------------------------------

// È¨
function goHome() {
	document.location = 'http://www.ecoearth.or.kr/';
}

//ÀÌ¿ë¾È³»
function goINFO() {
	document.location = 'http://www.ecoearth.or.kr/useinfo/useinfo.htm';
}

//ÇùÈ¸¼Ò°³
function goINTRO(chk) {
	if (chk=='1') {
		document.location = 'http://www.ecoearth.or.kr/info/info1.htm';
	} else if (chk=='21') {
		document.location = 'http://www.ecoearth.or.kr/info/info2.htm';
	} else if (chk=='22') {
		document.location = 'http://www.ecoearth.or.kr/info/info2_2.htm';
	} else if (chk=='23') {
		document.location = 'http://www.ecoearth.or.kr/info/info2_3.htm';
	} else if (chk=='3') {
		document.location = 'http://www.ecoearth.or.kr/info/info3.htm';
	} else if (chk=='4') {
		document.location = 'http://www.ecoearth.or.kr/info/info4.htm';
	}
}

// ÀÎ°øÁö¹Ý³ìÈ­¼Ò°³
function goSG(chk) {
	if (chk=='1') {
		document.location = 'http://www.ecoearth.or.kr/introduction/introduction1.htm';
	} else if (chk=='2') {
		document.location = 'http://www.ecoearth.or.kr/introduction/introduction2.htm';
	} else if (chk=='3') {
		document.location = 'http://www.ecoearth.or.kr/introduction/introduction3.htm';
	} else if (chk=='4') {
		document.location = 'http://www.ecoearth.or.kr/introduction/introduction4.htm';
	} 
}

// ÀÎ°øÁö¹Ý³ìÈ­»ç·Ê
function goSR(chk) {
	if (chk=='1') {
		document.location = 'http://www.ecoearth.or.kr/recording/best_list.htm';
	} else if (chk=='2') {
		document.location = 'http://www.ecoearth.or.kr/recording/deco.htm';
	} else if (chk=='3') {
		document.location = 'http://www.ecoearth.or.kr/recording/inside_view.htm';
	} else if (chk=='4') {
		document.location = 'http://www.ecoearth.or.kr/recording/outside_list.htm';
	} 
}

// ÀÔÈ¸¾È³»
function goJOIN(chk) {
	if (chk==1) {
		document.location = 'http://www.ecoearth.or.kr/member/member_jg.htm';
	} else if (chk=='2') {
		document.location = 'http://www.ecoearth.or.kr/member/member_money.htm';
	} else if (chk=='3') {
		document.location = 'http://www.ecoearth.or.kr/member/member_join.htm';
	} else if (chk=='4') {
		document.location = 'http://www.ecoearth.or.kr/member/member_modify.htm';
	} else if (chk=='5') {
		document.location = 'http://www.ecoearth.or.kr/member/member_law.htm';
	} 
}

// ºÐ°úÀ§¿øÈ¸
function goCOM(chk) {
	//if (chk=='10') {
//		document.location = 'http://www.ecoearth.or.kr/committee/list.htm?part=ks';
//	} else if (chk=='11') {
//		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=ksn';
//	} else if (chk=='12') {
//		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=ksb';
//	} else if (chk=='13') {
//		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=ksp';
//	} else if (chk=='20') {
//		document.location = 'http://www.ecoearth.or.kr/committee/list.htm?part=jc';
//	} else if (chk=='21') {
//		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=jcn';
//	} else if (chk=='22') {
//		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=jcb';
//	} else if (chk=='23') {
//		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=jcp';
//	} else if (chk=='30') {
//		document.location = 'http://www.ecoearth.or.kr/committee/list.htm?part=hs';
//	} else if (chk=='31') {
//		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=hsn';
//	} else if (chk=='32') {
//		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=hsb';
//	} else if (chk=='33') {
//		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=hsp';
//	} else if (chk=='40') {
//		document.location = 'http://www.ecoearth.or.kr/committee/list.htm?part=kj';
//	} else if (chk=='41') {
//		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=kjn';
//	} else if (chk=='42') {
//		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=kjb';
//	} else if (chk=='43') {
//		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=kjp';
//	} else if (chk=='50') {
//		document.location = 'http://www.ecoearth.or.kr/committee/list.htm?part=hb';
//	}
	//È¸¿øÀçÁ¤-- mf
	//±âÈ¹Á¤Ã¥--pp
	//±â¼úÁ¦µµ--ts
	//È«º¸´ë¿ÜÇù·Â--mm
	//ÇÐ¼úÆíÁý--se
	//¼³°è°¨¸®-ds
	//½Ã°ø°ü¸®--cm
	//¼ÒÀçÀü½Ã--me
		if (chk=='10') {
		document.location = 'http://www.ecoearth.or.kr/committee/list.htm?part=mf';
			} else if (chk=='11') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=mfn';
			} else if (chk=='12') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=mfb';
			} else if (chk=='13') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=mfp';
			} else if (chk=='20') {
		document.location = 'http://www.ecoearth.or.kr/committee/list.htm?part=pp';
			} else if (chk=='21') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=ppn';
			} else if (chk=='22') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=ppb';
			} else if (chk=='23') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=ppp';
			} else if (chk=='30') {
				document.location = 'http://www.ecoearth.or.kr/committee/list.htm?part=ts';
			} else if (chk=='31') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=tsn';
			} else if (chk=='32') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=tsb';
			} else if (chk=='33') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=tsp';
			} else if (chk=='40') {
				document.location = 'http://www.ecoearth.or.kr/committee/list.htm?part=mm';
			} else if (chk=='41') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=mmn';
			} else if (chk=='42') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=mmb';
			} else if (chk=='43') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=mmp';
			} else if (chk=='50') {
				document.location = 'http://www.ecoearth.or.kr/committee/list.htm?part=se';
			} else if (chk=='51') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=sen';
			} else if (chk=='52') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=seb';
			} else if (chk=='53') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=sep';
			} else if (chk=='60') {
				document.location = 'http://www.ecoearth.or.kr/committee/list.htm?part=ds';
			} else if (chk=='61') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=dsn';
			} else if (chk=='62') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=dsb';
			} else if (chk=='63') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=dsp';
			} else if (chk=='70') {
				document.location = 'http://www.ecoearth.or.kr/committee/list.htm?part=cm';
			} else if (chk=='71') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=cmn';
			} else if (chk=='72') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=cmb';
			} else if (chk=='73') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=cmp';
			} else if (chk=='80') {
				document.location = 'http://www.ecoearth.or.kr/committee/list.htm?part=me';
				} else if (chk=='81') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=men';
			} else if (chk=='82') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=meb';
			} else if (chk=='83') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=mep';
			} 
	}

// ÀÚ·á½Ç
function goPDS(chk) {
	if (chk=='1') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=phs';
	} else if (chk=='2') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=pbr';
	} else if (chk=='3') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=pks';
	} else if (chk=='4') {
		document.location = 'http://www.ecoearth.or.kr/pds/company_info.htm';
	} else if (chk=='5') {
		document.location = 'http://www.ecoearth.or.kr/pds/link.htm';
	} else if (chk=='6') {
		document.location = 'http://www.ecoearth.or.kr/pds/dic.htm';
	}
}

// °Ô½ÃÆÇ
function goBOARD(chk) {
	if (chk=='1') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=bnt';
	} else if (chk=='2') {
		document.location = 'http://www.ecoearth.or.kr/board/faq_list.htm';
	} else if (chk=='3') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=bmb';
	} else if (chk=='4') {
		document.location = 'http://www.ecoearth.or.kr/board/list.htm?db=bfr';
	} else if (chk=='5') {
		document.location = 'http://www.ecoearth.or.kr/board/question.htm';
	}
}

// »çÀÌÆ®¸Ê
function goSITE() {
	document.location = 'http://www.ecoearth.or.kr/sitemap/sitemap.htm';
}
