//common
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
<!--
function bluring(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
}
document.onfocusin=bluring;

function search_go() {
	var	form = document.searchfrm;
	form.submit();
}
//-->

//link
function linkH(){				//home
	location.href="/index.asp";
}

function linkG1(){				//company
	location.href="/company/company_01.asp";
}
	function linkG1S1(){				
		location.href="/company/company_01.asp";
	}
	function linkG1S2(){				
		location.href="/company/company_02.asp";
	}

function linkG2(){				//menu
	location.href="/menu/menu.asp";
}
	function linkG2S1(){
		location.href="/menu/menu.asp";
	}

function linkG3(){				//gallery
	location.href="/gallery/gallery_01.asp";
}
	function linkG3S1(){
		location.href="/gallery/gallery_01.asp";
	}
	function linkG3S2(){
		location.href="/gallery/gallery_02.asp";
	}

function linkG4(){				//notice
	location.href="/notice/notice.asp";
}
	function linkG4S1(){
		location.href="/notice/notice.asp";
	}

function linkG5(){				//bbb
	location.href="/bbb/bbb.asp";
}
	function linkG5S1(){	
		location.href="/bbb/bbb.asp";
	}

function linkG6(){				//sitemap
	location.href="/sitemap/sitemap.asp";
}
	function linkG6S1(){	
		location.href="/sitemap/sitemap.asp";
	}


	function resizeHeight(iframeObj){
  var innerBody = iframeObj.contentWindow.document.body;
  var innerHeight = innerBody.scrollHeight + (innerBody.offsetHeight - innerBody.clientHeight);
  iframeObj.style.height = innerHeight;
}