//·¹ÀÌ¾î ÆË¾÷
function MM_Layer1(val)
	{
		for(var i=1; i<=10; i++) {
			var idValue = "none";
			if(document.getElementById('submenu'+i) != null) {
				if(i==val && val != 10) {
					idValue = "block";
				} else {
					idValue = "none";
				}
				document.getElementById('submenu'+i).style.display = idValue;
			}
		}
	}


//ÆË¾÷
function openPop(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//¸ÞÀÎ ¼±°ÅÁ¤º¸ ÆË¾÷_¸µÅ©
function goLocation()
	{		
		top.opener.location.href= '/election/association.asp';		
}

