function killErrors() {
           return true;
           }
window.onerror = killErrors;


function LoadFlash(url,width,Height)
{ 
document.write(
  '<embed src="' + url + '" wmode="opaque" quality="high" pluginspage=http://www.macromedia.com/go/getflashplayer type="application/x-shockwave-flash" width="' + width +  '" height="' + Height + '"></embed>');   
}

var $ = function (id) {
	return "string" == typeof id ? document.getElementById(id) : id;
};


function showdiv(id,selfObj){
	// ²Ù×÷ÄÚÈÝ
	if(id==""){
	$("showmenu1").style.display = "block";
	}
	else{
	for(i=1; j=$("showmenu"+i); i++){
		j.style.display = "none";
	}
	$("showmenu"+id).style.display = "block";
}
}

function block(t,id){
if(t=="block"){
	document.getElementById("aboutid"+id).style.display="block";
	document.getElementById("li"+id).className="bjs";
	}else{
	document.getElementById("aboutid"+id).style.display="none";
	document.getElementById("li"+id).className="";
    }
	}
