var str ='       <table width="100%"  border="0" cellspacing="0" cellpadding="0" summary="排版表格">'
 + '              <tr> '
 + '                <td valign="top" align="center" colspan="2">'
 + '                  <br>'
 + '                	<A title="Statement" accessKey="B" href="' + contextPath + '/view/en/accessibility.html"><FONT color="#33cc66">:::</FONT></A>'
 + '									&nbsp;'
 //+ '									<A class="menu_white" title="Accessibility" href="' + contextPath + '/view/en/accessibility.html">Accessibility</A>'
 //+ '									<FONT color="#000000"> | </FONT>'
 + '									<A class="menu_white" title="Privacy Statement &amp; Web Security" href="' + contextPath + '/view/en/privacy.html">Privacy Statement &amp; Web Security</A>'
 + '									<FONT color="#000000"> | </FONT>'
 + '									<A class="menu_white" title="Online Poll" href="' + contextPath + '/view/en/poll/index.html">Online Poll</A>'
 + '                  <FONT color="#000000"> | </FONT>'
 + '									<A class="menu_white" title="Chinese/English" href="' + contextPath + '/view/en/bilingual/index.html">Bilingual Glossary</A>'
 + '                  <font color="#FFFFFF" style="font-size: 6pt;"></font>'
 + '                  <br><br>'
 + '                </td>'
 + '              </tr>'
 + '              <tr> '
 + '                <td colspan="2"><img src="' + stylePath + '/images/space.gif" alt="網頁插圖" width="1" height="12"></td>'
 + '              </tr>'
 + '              <tr> '
 + '                <td colspan="2"><img src="' + stylePath + '/images/space.gif" alt="網頁插圖" width="1" height="12"></td>'
 + '              </tr>'
 + '              <TR>'
 + '          			<TD><A href="' + contextPath + '/view/en/index.html><IMG height="94" alt="Back to Home" src="' + stylePath + '/images/Spacer.gif" width="90" border="0"></A></TD>'
 + '          			<TD align="center" valign="top">'
 + '                  <span style="color:#ffffff;"> '
 + '          				Industrial Development Bureau, Ministry of Economic Affairs <br>No. 41-3, Hsin Yi Rd., Sec. 3, Taipei, Taiwan, R.O.C.<A href="' + contextPath + '/view/en/english/map.html"><IMG height="14" alt="Map Info" hspace="3" src="' + stylePath + '/images/Btn_map.gif" width="48" align="absMiddle" border="0"></A><BR>'
 + '          				Phone: 886-2-27541255 Fax: 886-2-27030160 Mobile: +886-972-630223<br> Service Time: AM8:30~PM5:30 <BR>'
 + '          				Best viewed with IE 5.0 or higher with 800 x 600 resolution, Last Updated of Page Layout: 2008/09/01</TD>'
 + '                  </span>'
 + '        			</TR>'
 + '            </table>';
 
document.write(str);
