// JavaScript Document

function header()
{
	document.writeln("<div id=\"logo\"><img src=\"images\/img_logo.gif\" \/><\/div>");
document.writeln("        <!-- top menu Area-->");
document.writeln("        <div id=\"lang_menu\"><ul>");

document.writeln("                <li><a href=\"javascript:chLang(\'gbx\')\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage(\'change_gbx\',\'\',\'images\/menu_sub\/btn_gbx_on.gif\',1)\"><img src=\"images\/menu_sub\/btn_gbx_off.gif\" name=\"change_gbx\" width=\"17\" height=\"12\" border=\"0\" id=\"change_gbx\" \/><\/a><\/li>");

document.writeln("                <li><a href=\"javascript:chLang(\'eng\')\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage(\'change_eng\',\'\',\'images\/menu_sub\/btn_eng_on.gif\',1)\"><img src=\"images\/menu_sub\/btn_eng_off.gif\" name=\"change_eng\" width=\"22\" height=\"12\" border=\"0\" id=\"change_eng\" \/><\/a><\/li>");

document.writeln("                <li><img src=\"images\/spacer.gif\"  height=1 width=15\/><\/li>");
document.writeln("                <li><a href=\"careers\/careers.php\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage(\'careers\',\'\',\'images\/menu_sub\/btn_careers_on.gif\',1)\"><img src=\"images\/menu_sub\/btn_careers_off.gif\" name=\"careers\" width=\"47\" height=\"12\" border=\"0\" id=\"careers\" \/><\/a><\/li>");
document.writeln("                <li><img src=\"images\/spacer.gif\" height=1 width=15\/><\/li>");
document.writeln("                <li><a href=\"contact_us\/contact_us.html\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage(\'contact\',\'\',\'images\/menu_sub\/btn_contact_on.gif\',1)\"><img src=\"images\/menu_sub\/btn_contact_off.gif\" name=\"contact\" width=\"47\" height=\"12\" border=\"0\" id=\"contact\" \/><\/a><\/li>");
document.writeln("                <li><img src=\"images\/spacer.gif\" height=1 width=15\/><\/li>");
document.writeln("                <li><a href=\"sitemap\/sitemap.html\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage(\'sitemap\',\'\',\'images\/menu_sub\/btn_sitemap_on.gif\',1)\"><img src=\"images\/menu_sub\/btn_sitemap_off.gif\" name=\"sitemap\" width=\"47\" height=\"12\" border=\"0\" id=\"sitemap\" \/><\/a><\/li>");
document.writeln("                <li><img src=\"images\/spacer.gif\" height=1 width=15\/><\/li>");
document.writeln("                <li><a href=\"pdf\/removal_notice.pdf\" target=\"_blank\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage(\'notice\',\'\',\'images\/menu_sub\/btn_notice_on.gif\',1)\"><img src=\"images\/menu_sub\/btn_notice_off.gif\" name=\"notice\" width=\"69\" height=\"20\" border=\"0\" id=\"notice\" \/><\/a><\/li>");
document.writeln("       <\/ul><\/div>")
}


function footer()
{
	document.writeln(" <div id=\"footer\">");
document.writeln("            <div id=\"bottom_menu\">");
document.writeln("            <ul>");
document.writeln("            <li><a href=\"privacy.html\" target=\"_blank\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage(\'privacy\',\'\',\'images\/menu_sub\/btn_privacy_on.gif\',1)\"><img src=\"images\/menu_sub\/btn_privacy_off.gif\" name=\"privacy\" width=\"50\" height=\"11\" border=\"0\" id=\"privacy\" \/><\/a><\/li>");
document.writeln("            <li>");
document.writeln("            <img src=\"images\/spacer.gif\" width=\"7\"\/>            <\/li>");
document.writeln("            <li>");
document.writeln("              <a href=\"disclaimer2.php\" target=\"_new\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage(\'disclaimer\',\'\',\'images\/menu_sub\/btn_disclaimer_on.gif\',1)\"><img src=\"images\/menu_sub\/btn_disclaimer_off.gif\" name=\"disclaimer\" width=\"52\" height=\"11\" border=\"0\" id=\"disclaimer\" \/><\/a>            <\/li>");
document.writeln("            <\/ul>");
document.writeln("            <\/div>");
document.writeln("            <div id=\"copyright\">Copyright &copy; 2010年 惠理基金管理公司。版權所有。");
document.writeln("            <br/>");
document.writeln("            本網站並未經證監會審閱。");
document.writeln("            <br/>");
document.writeln("            刊發人：惠理基金管理公司。");
document.writeln("            <\/div>");
document.writeln("            <\/div>");
}


