var tempHTML

tempHTML = '<table border="0" cellpadding="0" cellspacing="0" height="28">';
tempHTML += '<tr>';
tempHTML += '<td height="11"><img src="'+path+'images/common/spacer.gif" alt="" width="1" height="11"></td>';
tempHTML += '</tr>';
tempHTML += '<tr>';
tempHTML += '<td width="35" valign="top"><a href="'+path+'index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'home\',\'\',\''+path+'images/common/btn_home_f2.gif\',1)"><img src="'+path+'images/common/btn_home.gif" alt="主頁" name="home" width="35" height="11" border="0"></a></td>';
tempHTML += '<td width="15"><img src="'+path+'images/common/spacer.gif" alt="" width="15" height="1"></td>';
tempHTML += '<td width="32" valign="top"><a href="'+path+'other/faq.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'faq\',\'\',\''+path+'images/common/btn_faq_f2.gif\',1)"><img src="'+path+'images/common/btn_faq.gif" alt="FAQ" name="faq" width="32" height="10" border="0"></a></td>';
tempHTML += '<td width="15"><img src="'+path+'images/common/spacer.gif" alt="" width="15" height="1"></td>';
tempHTML += '<td width="58" valign="top"><a href="'+path+'other/sitemap.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'sitemap\',\'\',\''+path+'images/common/btn_sitemap_f2.gif\',1)"><img src="'+path+'images/common/btn_sitemap.gif" alt="網站地圖" name="sitemap" width="58" height="11" border="0"></a></td>';
tempHTML += '<td width="15"><img src="'+path+'images/common/spacer.gif" alt="" width="15" height="1"></td>';
tempHTML += '<td width="57" valign="top"><a href="'+path+'other/contact.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'contact\',\'\',\''+path+'images/common/btn_contact_f2.gif\',1)"><img src="'+path+'images/common/btn_contact.gif" alt="聯絡我們" name="contact" width="57" height="11" border="0"></a></td>';
tempHTML += '<td width="15"><img src="'+path+'images/common/spacer.gif" alt="" width="15" height="1"></td>';
tempHTML += '<td width="32" valign="top"><a href="javascript:changeLanguage()" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'eng\',\'\',\''+path+'images/common/btn_eng_f2.gif\',1)"><img src="'+path+'images/common/btn_eng.gif" alt="ENG" name="eng" width="32" height="9" border="0"></a></td>';
tempHTML += '</tr>';
tempHTML += '</table>';
		
document.write(tempHTML);