function LeftMenu()
{
	document.writeln('<div align="center"><img src="../img/quickmenu.gif" width="170" height="215" border="0" usemap="#LeftMap"></div>');
	document.writeln('<map name="LeftMap">');
	document.writeln('<area shape="rect" coords="11,38,56,112" href="../curriculum/curriculum.htm">');
  	document.writeln('<area shape="rect" coords="60,38,104,112" href="../qna/reser.asp">');
  	document.writeln('<area shape="rect" coords="107,38,161,112" href="../qna/question_list.asp">');
  	document.writeln('<area shape="rect" coords="9,122,57,196" href="../academy/location.htm">');
  	document.writeln('<area shape="rect" coords="62,122,105,198" href="../qna/job.asp">');
  	document.writeln('<area shape="rect" coords="110,122,160,197" href="../gallery/gallery_list.asp">');
  	document.writeln('</map>');
}

function BottomLink()
{
	document.writeln('<div align="center"><img src="../img/bottom.gif" width="524" height="31" border="0" usemap="#BottomMap"></div>');
	document.writeln('<map name="BottomMap">');
	document.writeln('<area shape="rect" coords="6,6,65,25" href="../academy/intro.htm">');
	document.writeln('<area shape="rect" coords="75,7,150,25" href="http://www.aurumedu.com/qna/etc.asp">');
	document.writeln('<area shape="rect" coords="154,8,209,25" href="http://www.aurumedu.com/qna/etc.asp">');
	document.writeln('<area shape="rect" coords="216,6,350,26" href="#" onClick=javascript:window.open("../etc/email.htm","","width=370,height=200,no")>');
	document.writeln('<area shape="rect" coords="359,7,422,25" href="javascript:goAdmin();">');
	document.writeln('<area shape="rect" coords="442,6,485,23" href="#">');
	document.writeln('</map>');
}

function goAdmin()
{
	window.open('/admin/default.asp');
	return;
}

// ÀÌ¹ÌÁö Å×µÎ¸® Á¡¼±¾Èº¸ÀÌ°Ô
function autoblur(){
  if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") 
  document.body.focus(); 
} 
  document.onfocusin=autoblur; 
