
// header - logo & sitemap
function headarea()
{
document.write("<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">");
document.write("  <tr>");
document.write("	<td style=\"padding-left:5px;\"><a href=\"/eng/\"><img src=\"/eng/images/main/logo.gif\" border=\"0\" /></a></td>");
document.write("	<td style=\"text-align:right; vertical-align:bottom; padding-right:5px;\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("		<tr>");
document.write("		  <td><a href=\"/eng/company/contactus.htm\"><img src=\"/eng/images/main/quick_menu01.gif\" border=\"0\" /></a></td>");
document.write("		  <td><img src=\"/eng/images/main/quick_line.gif\" /></td>");
document.write("		  <td><a href=\"/eng/etc/sitemap.htm\"><img src=\"/eng/images/main/quick_menu03.gif\" border=\"0\" /></a></td>");
document.write("		  <td><img src=\"/eng/images/main/quick_line.gif\" /></td>");
document.write("		  <td><a href=\"/\"><img src=\"/eng/images/main/quick_menu04.gif\" border=\"0\" /></a></td>");
document.write("		</tr>");
document.write("	</table></td>");
document.write("  </tr>");
document.write("  <tr>");
document.write("	<td class=\"blank10v\"></td>");
document.write("  </tr>");
document.write("</table>");
}


// footer - copyright
function footarea()
{
document.write("<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">");
document.write(" <tr>");
document.write("    <td class=\"copy_line\"></td>");
document.write("  </tr>");
document.write("  <tr>");
document.write("    <td class=\"copy\">&copy; 1997 to 2010. Mirae Asset Financial Group. All rights reserved.</td>");
document.write("  </tr>");
document.write("</table>");
}


// right quick menu
function rightQuickMenu()
{
	document.write("<div id='quickMenu1' style='position:absolute; left:955px; top:700px; width:100; height:240; z-index:1; visibility:visible;'>");
	document.write("  <a href='#'><img src='/eng/images/common/right_totop.gif' border='0'></a>");
	document.write("</div>");
	document.write("<SCRIPT language=JavaScript src='/eng/js/quickmenu.js'></SCRIPT>");
}


