
	function openguide() {
		var strFeatures = "titlebar=no,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=770,height=618";
		window.open("/ZocboHelp/guide/guide1_01.asp", "csm", strFeatures);
	}

	function moveTo_zocboSite(url) {
		var idx = document.all("zocbo_site").selectedIndex;
		if (idx > 0) {
			strFeatures = "titlebar=Yes,toolbar=Yes,directories=Yes,status=Yes,menubar=Yes,location=Yes,scrollbars=Yes,resizable=Yes";

			//location.href = url
			window.open(url, "win"+idx, strFeatures);
		}
	}

	function moveTo_zocboSite(url, idx) {
		var flag = document.all("zocbo_site").selectedIndex;
		if (flag > 0) {
			var strFeatures = "titlebar=Yes,toolbar=Yes,directories=Yes,status=Yes,menubar=Yes,location=Yes,scrollbars=Yes,resizable=Yes";
			//location.href = url
			window.open(url, "win"+idx, strFeatures);
		}
	}

	function openRemoteService() {
		var strFeatures = "titlebar=no,toolbar=no,directories=no,status=no,menubar=no,"
							+ "scrollbars=no,resizable=no,width=425,height=300";
		window.open("/popup/20070115/popup.html", "RemoteService", strFeatures);
	}

	function intro_Banner_Link(idx) {
		var link;

		switch (idx) {
			 case 1 : link = "/ZocboMid/ZocboOpenExam_v6/"; break;
			 case 2 : link = "/ZocboMid/Revision_7th/"; break;
			 case 3 : link = "/Event/20100211/"; break;
			 case 4 : link = "/ZocboElem/Revision_7th/"; break;
		}

		window.location.href = link;
	}


	
	//µ¿¿µ»ó
	function call_ceoVodDIV() {
		ceoVodDIV.style.display = "";
	}


	function call_AccomplishVodDIV() {
		AccomplishVodDIV.style.display = "";
	}

	function close_AccomplishVodDIV() {
		AccomplishVodDIV.style.display = "none";
		window.document.ifr_bbb.location.href = "/PopUp/mov_20090814/mov.asp";
	}



	function close_ceoVodDIV() {
		ceoVodDIV.style.display = "none";
		window.document.ifr_aaa.location.href = "/popup/mov/mov2.asp";
	}

	//iframeÀ¸·Î ÀÌµ¿½Ã
	function Click_ratio_iframe(link, Event, Loc, SiteID)	{
		document.getElementById(link).src = "/Common/Statistic/Banner_Click.asp?href=" + link + "&SiteID=" + SiteID +  "&Loc=" + Loc + "&Event=" + Event;
		call_ceoVodDIV();
	}

	//ÆäÀÌÁö ÀÌµ¿½Ã
	function Click_ratio(link, Event, Loc, SiteID)	{
		document.location.href = "/Common/Statistic/Banner_Click.asp?href=" + link + "&SiteID=" + SiteID +  "&Loc=" + Loc + "&Event=" + Event;
	}


	//Á·º¸´åÄÄ ÇÑ´«¿¡ º¸±â
	zMenu = function(div){

		for (i = 0 ; i < zDiv.length ; i++ ){

			if (div ==  i )	{
				m_img[i].src="/Images/Intro_new/tab/m_l_tab_0"+(i+1)+"_on.gif";
				zDiv[i].style.display = "";
			}
			else	{
				m_img[i].src="/Images/Intro_new/tab/m_l_tab_0"+(i+1)+"_off.gif";
				zDiv[i].style.display = "none";
			}
		}
	}


