
var sel_year = "";
var sel_month = "";
var sel_date = "";
var categoryID = "2";
var start_stop = 1;

var seqTbl = 0;		//Æ÷Åä±ºÁ¤´º½º°ü·Ã
var noticeTbl = 0;	//°íÈï¼Ò½Ä °ü·Ã

function createQueryString() {

   var queryString = "sel_year=" + this.sel_year
		+ "&sel_month=" + this.sel_month
		+ "&sel_date=" + this.sel_date
		+ "&categoryID=" + this.categoryID

   return queryString;
}

function parseResults() {
	ruciWeek.innerHTML = xmlHttp.responseText;
}

function goWeeklyCalendar(year,month,date,val){

		this.sel_year = year;
		this.sel_month = month;
		this.sel_date = date;

		//Ãß°¡ºÎºÐ
		document.getElementById("ruciWeek_href").href="/open_content/goheung/s01/03.html?years="+sel_year+"&months="+sel_month+"&days="+sel_date+"";

		selectLine(val);
		
	doRequestUsingGET("/open_content/main_page/main_inc/diray/proc.jsp");
}
function goWeeklyCalendar2(year,month,date,val){

		b= eval("document.getElementById('we_"+ year + month + date +"')");
		var s = b.innerHTML;
		var ruci = document.getElementById("ruciWeek")
		ruci.innerHTML=s;
}
function goWeeklyCalendar3(year,month,date,val){
		b= eval("document.getElementById('we_"+ year + month + date +"')");
		var s = b.innerHTML;
		var ruci = document.getElementById("ruciWeek")
		ruci.innerHTML=s;
}


function selectLine(val){

	selectDiv = val;
}

//Æ÷Åä±ºÁ¤´º½º
function scrolling2(cnt6){ 
	if(this.start_stop==1){
		cnt6 = cnt6-0;

		for(i=1;i<=cnt6;i++){
			eval("scrollTbl"+i).style.display = 'none';
		}//for...
		
		if(seqTbl == cnt6){
			seqTbl = 1;
		}else{
			seqTbl = (seqTbl+1);
		}//if...

		eval("scrollTbl"+seqTbl).style.display = 'inline';
		window.setTimeout("scrolling2("+cnt6+")",6000);
	}
}
function scrolling_start(cnt6){ 
	this.start_stop=1;
//	window.setTimeout("scrolling2("+cnt6+")",6000);
}
function scrolling_stop(){ 
	this.start_stop=0;
}
function scrolling_down(cnt6){ 
	this.start_stop = 0;
	cnt6 = cnt6-0;

	for(i=1;i<=cnt6;i++){
//		eval("scrollTbl"+i).style.display = 'none';
		eval("document.getElementById('scrollTbl"+ i +"')").style.display = 'none';;
	}//for...
	if(seqTbl == 1){
		seqTbl = cnt6;
	}else{
		seqTbl = (seqTbl-1);
	}//if...
	eval("document.getElementById('scrollTbl"+ seqTbl +"')").style.display = 'inline';;
//	eval("scrollTbl"+seqTbl).style.display = 'inline';
//	window.setTimeout("scrolling2("+cnt6+")",6000);
}
function scrolling_up(cnt6){ 
	this.start_stop = 0;
	cnt6 = cnt6-0;

	for(i=1;i<=cnt6;i++){
		eval("document.getElementById('scrollTbl"+ i +"')").style.display = 'none';;
	}//for...
	
	if(seqTbl == cnt6){
		seqTbl = 1;
	}else{
		seqTbl = (seqTbl+1);
	}//if...

	eval("document.getElementById('scrollTbl"+ seqTbl +"')").style.display = 'inline';;
//	window.setTimeout("scrolling2("+cnt6+")",6000);
}

function scrolling_notice(list_num){ 
	list_num = list_num-0;

	for(i=1;i<=list_num;i++){
		eval("gonews_item"+i).style.display = 'none';
	}//for...
	
	if(noticeTbl == list_num){
		noticeTbl = 1;
	}else{
		noticeTbl = (noticeTbl+1);
	}//if...

	eval("gonews_item"+noticeTbl).style.display = 'inline';
	window.setTimeout("scrolling_notice("+list_num+")",6000);
}

var location_value = "/g_board/board_list.jsp?id=goheung_s01_02&amp;nnum=120";		

function more_link(num){
	if(num == 1){
		location_value = "/g_board/board_list.jsp?id=goheung_s01_02&amp;nnum=120";		//»õ¼Ò½Ä
	}else if(num == 2){
		location_value = "/g_board/board_list.jsp?id=goheung_s01_05&amp;nnum=142";	//°øÁö»çÇ×
	}else if(num == 3){
		location_value = "/g_board/board_list.jsp?id=goheung_s01_01&amp;nnum=119";		//°í½Ã°ø°í
	}else if(num == 4){
		location_value = "#";														//°Ô½ÃÆÇÁ¤ÇØÁö¸é ºÙÀÏ°Í
	}else if(num == 5){
		location_value = "#";														//°Ô½ÃÆÇÁ¤ÇØÁö¸é ºÙÀÏ°Í
	}

	if(num == 0){
		location.href = location_value;
	}
}

function checkLogin_main(mForm){
	if(mForm.user_id.value==""){
		alert('¾ÆÀÌµð¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä.');
		mForm.user_id.focus();
		return false;
	}else if(mForm.user_id.value=="¾ÆÀÌµð"){
		alert('¾ÆÀÌµð¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä.');
		mForm.user_id.focus();
		return false;
	}else if(mForm.passwd.value==""){
		alert('ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä.');
		mForm.passwd.focus();
		return false;
	}else{

		return true;
	}
}
function checkLogin_main2(mForm){
	if(mForm.user_id.value==""){
		alert('¾ÆÀÌµð¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä.');
		mForm.user_id.focus();
		return false;
	}else if(mForm.user_id.value=="¾ÆÀÌµð"){
		alert('¾ÆÀÌµð¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä.');
		mForm.user_id.focus();
		return false;
	}else if(mForm.passwd.value==""){
		alert('ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä.');
		mForm.passwd.focus();
		return false;
	}else{

		mForm.submit();
	}
}



function popupZone() {
	var id1, id2;
	for (var i=1;i<=popupItemCount;i++) {
		if (popupZoneTmpVal!=1) {
			popupZoneVal = popupZoneTmpVal;
			popupZoneTmpVal = 1;
		}
		if (popupZoneVal == popupItemCount+1) popupZoneVal = 1;
		id1 = "popNum"+i;
		id2 = "bannerZone_"+i;
		if (popupZoneVal==i) {
			document.getElementById(id1).setAttribute('src',"/open_content/images/main/popzone/btn"+i+"_on.gif");
			document.getElementById(id2).style.top	= "20px";
		} else {
			document.getElementById(id1).setAttribute('src',"/open_content/images/main/popzone/btn"+i+"_off.gif");
			document.getElementById(id2).style.top	= "-9000px";
		}
	}
	popupZoneVal = popupZoneVal + 1;
	if (popupZoneVal == 1) {
		autocontrolvar=setTimeout("popupZone()",0);	
	} else {
		autocontrolvar=setTimeout("popupZone()",waitTime);			
	}
}

function popupZoneStop(chk) {
	if (chk) {
		clearTimeout(autocontrolvar);
		document.getElementById("bannerStop").setAttribute("src","/open_content/images/main/popzone/pz_btn_stop_h.gif");		
		document.getElementById("bannerPlay").setAttribute("src","/open_content/images/main/popzone/pz_btn_play.gif");
		document.getElementById("popupText").innerHTML = "Stop";
	} else {
		clearTimeout(autocontrolvar);
		document.getElementById("bannerStop").setAttribute("src","/open_content/images/main/popzone/pz_btn_stop.gif");		
		document.getElementById("bannerPlay").setAttribute("src","/open_content/images/main/popzone/pz_btn_play_h.gif");		
		document.getElementById("popupText").innerHTML = "Play";		
		popupZone();
	}
}

function popupZoneMove(num) {
	var id1, id2;
	for (i=1;i<=popupItemCount;i++) {
		id1 = "popNum"+i;
		id2 = "bannerZone_"+i;
		if (num==i) {
			document.getElementById(id1).setAttribute('src',"/open_content/images/main/popzone/btn"+i+"_on.gif");
			document.getElementById(id2).style.top	= "20px";
		} else {
			document.getElementById(id1).setAttribute('src',"/open_content/images/main/popzone/btn"+i+"_off.gif");
			document.getElementById(id2).style.top	= "-9000px";
		}
	}
	popupZoneVal = num;
	popupZoneTmpVal = num;
	popupZoneStop(1);
}

function notice_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 ""; 
} 