// JavaScript Document
//function killErrors(){return true;}window.onerror=killErrors;
function LoadFlash(url,wmode,width,height) { 
	var htmstr ='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" ';
	htmstr = htmstr + 'width="' + width + '" height="' + height + '">';
	htmstr = htmstr + '<param name="movie" value="' + url + '" />';
	htmstr = htmstr + '<param name="quality" value="high" />';
	htmstr = htmstr + '<param name="wmode" value="' + wmode + '" />';
	htmstr = htmstr + '<embed src="' + url + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" ';
	htmstr = htmstr + 'wmode="' + wmode + '" width="' + width + '" height="' + height + '"></embed></object>';
	document.write(htmstr);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function doPrint(id){ //Ö´ÐÐ´òÓ¡
	MM_openBrWindow('OpenPrint.asp?id='+id,'printWin','status=yes,scrollbars=yes,resizable=yes,toolbar=no,menubar=yes,width=650,height=550')
}
function showMenu(menuName,isIndex){
	var obj=document.getElementById("menu"+menuName);
	var objList=document.getElementById("menuList");
	if(obj){
		obj.className="menuHere";
		if(menuName=="Home"){
			obj.style.backgroundImage="url(/images/menuHere.gif)";
			obj.style.paddingLeft="0px";
		} else if(menuName=="Life"){
			if(objList)
				objList.style.background="none";
				if(isIndex==1){
					objList.style.width="404px";
					document.getElementById("headMenu").style.width="404px";
				} else {
					objList.style.width="500px";
					document.getElementById("headMenu").style.width="500px";
				}
		}
	}
}
function showMenu2(menuName,isIndex){
	var obj=document.getElementById("menu"+menuName);
	var objList=document.getElementById("menuList");
	if(obj){
		obj.className="menuHere";
		if(menuName=="Home"){
			obj.style.backgroundImage="url(/images/menuHere2.gif)";
			obj.style.paddingLeft="0px";
		} else if(menuName=="Life"){
			if(objList)
				objList.style.background="none";
				if(isIndex==1){
					objList.style.width="404px";
					document.getElementById("headMenu").style.width="404px";
				} else {
					objList.style.width="500px";
					document.getElementById("headMenu").style.width="500px";
				}
		}
	}
}
function showOver(obj){
	obj.src=obj.src.replace(".gif","Over.gif");
}

function showOut(obj){
	obj.src=obj.src.replace("Over","");
}