function mymini(req)
{
		var reqvalue=req
			if(reqvalue=='on')//
      {
        document.all.minisc.style.display="";
      }else{
        document.all.minisc.style.display="none";
			}
}

function footermini(req,no){	//Ä«Å×°í¸® ¹Ì¸®º¸±â Ã¢
	var reqvalue=req;
	if(document.all.nmblank.style.display=='none')	//Ä«Å×°í¸®
      {
		 document.all.nmblank.style.display=""
		 document.all.nmsel1.style.display="none";
	  }else{
		document.all.nmblank.style.display="none";
		document.all.nmsel1.style.display="";
	  }
}

// ¹Ù·Î°¡±â ¸µÅ© ÆË¾÷ÇüÅÂ
function navChange(popup) {
	if (popup.options[popup.selectedIndex].value != ""){
		window.open(popup.options[popup.selectedIndex].value, '_blank');
		popup.selectedIndex=0;
	}
}

// ¹Ù·Î°¡±â ¸µÅ©
function navGourl(popup) {
	if (popup.options[popup.selectedIndex].value != ""){
		location.href=popup.options[popup.selectedIndex].value;
		popup.selectedIndex=0;
	}
}

function Smartdown()
{filedown.location.href="/99_data/SmartUpdate/SmartUpdater.exe";}