	var NC6=(navigator.userAgent.indexOf("Netscape6")>0)?true:false;
	var IE=(document.all)?true:false;
	function mOver(id) {
	if (IE) {eval(id).style.color="#0000FF"; } 
	else if(NC6){ document.getElementById(id).style.color="#0000FF";}
	}
	function mOut(id) {
	if (IE) {eval(id).style.color="#000000"; } 
	else if(NC6){ document.getElementById(id).style.color="#000000";}
	}

	function mFolderExpand($1,$2,pic) {
		if (IE) { mExpandIE($1,$2,pic) } 
		else if(NC6){ alert("ÇëÑ¡ÓÃ IEä¯ÀÀÆ÷,Ð»Ð».");}
	}

function mExpandIE($1,$2,pic) {
	Expanda = eval($1 + "a");
	Expanda.blur()
	ExpandChild = eval($1 + "Child");
	if (ExpandChild.style.display == "none") {
		ExpandChild.style.display = "block";
	}else{
		ExpandChild.style.display = "none";

	}
}

