<!--
function bluring(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
}
document.onfocusin=bluring;


var myAnchors=document.all.tags('a');
for (i=0;i<myAnchors.length;i++)
{
        myAnchors[i].onfocus=new Function('myAnchors['+i+'].blur()');
}

//index.html
function showNews(news){

	var f = document.news;
	obj1 = document.all.tab1;
	obj2 = document.all.tab2;

	img1 = document.all.tab1;
	img2 = document.all.tab2;


	if(news == "tab1"){
		obj1.style.display = "";
		obj2.style.display = "none";
		document.all.newst1.src="./images/img_tab10.gif";
		document.all.newst2.src="./images/img_tab2.gif";



	} else if(news == "tab2"){
		obj1.style.display = "none";
		obj2.style.display = "";
		document.all.newst1.src="./images/img_tab1.gif";
		document.all.newst2.src="./images/img_tab20.gif";
		
	} else{
		obj1.style.display = "";
		obj2.style.display = "none";
		document.all.newst1.src="./images/img_tab10.gif";
		document.all.newst2.src="./images/img_tab2.gif";		
	}
}



	// swf Åõ¸í
function toptr(add, widthx, heighty, pv){
	var add;
	var widthx;
	var heighty;

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="'+widthx+'" height="'+heighty+'"><param name=movie value="'+add+'"><param name=quality value=high><param name=wmode value=transparent><param name=FlashVars VALUE="'+pv+'"><embed src="'+add+'" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+widthx+'" height="'+heighty+'"></embed></object>')
}


// ÇÑÁÙ¾²±â Åä±Û ÇÔ¼ö
function ShowHideMenu(MenuName, ShowMenuID) {

for( i = 0; i < '9';  i++ ) {

	menu=eval("document.all.itemvalbbs_block"+i+".style");
	
	if ( i == ShowMenuID ) {
		if (menu.display=="block")
		{
			menu.display="none";
		} else {
			menu.display="block";
		}
	} else {
		menu.display="none";
	}
}
} 


function map_p()
{
	 win = window.open("../client/map_pop.html", "newWin", "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width=757,height=700")
}
-->
