function MenuA(Pid)
{
	document.location.href = "_index.php";
}
function MenuB(Pid)
{
	document.location.href = "_index.php?ForMunhak=_site_map.php";
}

function go_site(url){
	var win = window.open('http://' + url, 'newSite');
	win.focus();
}

function Menu1(Pid)
{
	document.location.href = "_index.php?ForMunhak=board.php&dbbase=company&field=Z3JvdXBpbmc=&words=1";
}
function Menu2(Pid)
{
	document.location.href = "_index.php?ForMunhak=_author_search.php";
}
function Menu3(Pid)
{
	document.location.href = "_index.php?ForMunhak=board.php&dbbase=review";
}
function Menu4(Pid)
{
	document.location.href = "_index.php?ForMunhak=board.php&dbbase=books&field=d3JfMTc=&words=1&best=book&catg=0";
}
function Menu5(Pid)
{
	document.location.href = "_index.php?ForMunhak=board.php&dbbase=new";
}
function Menu6(Pid)
{
	document.location.href = "_index.php?ForMunhak=board.php&dbbase=gtb";
}


<!-- 
function bluring(){ 
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();} 
document.onfocusin=bluring; 
//--> 


<!-- 
var boodschap = ' '; 
function bottomstatus() 
{ 
      window.status = boodschap; 
        timerID= setTimeout("bottomstatus()", 50); 
} 
bottomstatus(); 
// --> 

<!--
function click(txt) {self.status = txt} 
function hover() {self.status = ""} 
// --> 

<!--
function md_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
  toolbar_str = toolbar ? 'yes' : 'no';
  menubar_str = menubar ? 'yes' : 'no';
  statusbar_str = statusbar ? 'yes' : 'no';
  scrollbar_str = scrollbar ? 'yes' : 'no';
  resizable_str = resizable ? 'yes' : 'no';
  window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}

// -->


