var str = '			<!-- START PRINTABLE AREA -->'
 + '      <div id="_print_">'
 + '      <table style="width:100%;" border="0" cellpadding="0" cellspacing="0" background="' + stylePath + '/images/bg_top.gif" summary="排版表格" style="background-repeat: repeat-x;>'
 + '        <tr height="146" > '
 + '          <td style="width:250" valign="top"><a href="' + contextPath + '/view/en/index.html"><img src="' + stylePath + '/images/logoA.gif" alt="Industrial Development Bureau Ministry of Economic Affairs LOGO" width="478" height="146" border="0"></a></td>'
 + '          <td>&nbsp;</td>'
 + '          <td style="width:540" valign="top" height="100%"><table width="100%"  border="0" cellspacing="0" cellpadding="0" summary="排版表格">' 
 + '              <tr> '
 + '                <td align="right">'
 + '                <A title="Statement" accessKey="T" href="' + contextPath + '/view/en/accessibility.html" class="upRight">:::</A>' 
 + '                <a href="' + contextPath + '/view/en/index.html" title="Home" class="upRight">Home</a> &nbsp;<font color="#ffffff" face="Arial Unicode MS">|</font>&nbsp;'
 + '                <a href="' + contextPath + '/view/en/faq/index.html" title="FAQ" class="upRight">FAQ</a> &nbsp;<font color="#ffffff" face="Arial Unicode MS">|</font>&nbsp;'
 + '                <a href="' + contextPath + '/ctlr?lang=1&PRO=english.SiteMap" title="Site Map" class="upRight">Site Map</a> &nbsp;<font color="#ffffff" face="Arial Unicode MS">|</font>&nbsp;'
 + '                <a href="' + contextPath + '/ctlr?lang=1&PRO=contactus.ContactUsEmailForm" title="Contact Us" class="upRight">Contact Us</a> &nbsp;<font color="#ffffff" face="Arial Unicode MS">|</font>&nbsp;'
 + '                <a href="' + contextPath + '/ctlr?lang=1&PRO=pda.index" title="PDA version" class="upRight">PDA</a> &nbsp;<font color="#ffffff" face="Arial Unicode MS">|</font>&nbsp;'
 + '                <a href="' + contextPath + '/ctlr?lang=0&PRO=index" title="Chinese Version" class="upRight">中文版</a></td>'
 + '              </tr>'
 + '              <tr> '
 + '                <td align="right" valign="top"> '
 + '                  <form name="search" action="' + contextPath + '/ctlr" method="get"> '
 + '                	<input type="hidden" name="PRO" value="Search"> '
  + '                	<input type="hidden" name="lang" value="1"> '
 + '   					    	<input type="hidden" name="hitsPerPage" value="10"> '
 + '   						 	 	<input type="hidden" name="hitsPerSite" value="0"> '
 + '              		<input name="query" type="text" class="input" size="17" onfocus=document.search.query.value="";>'
 + '              		<input name="Submit" type="submit" class="button" value="search">'
 + '									</form><br><br><br></td>'
 +'       				</tr>'
 + '              <tr><td align="right" valign="bottom" class="title_white" nowrap ><font color="#ffffff"> <!--color="#002768" -->' + FunctionName + '</font></td></tr>'         	
 + '            </table>'
 + '           </td>'
 + '        </tr>'
 + '      </table>'
 + '      </div>'
 + '			<!-- END PRINTABLE AREA -->';
 
 document.write(str);
