function showHeader()


{
document.write('<table cellspacing="0" cellpadding="0" width="100%" background="img/line.gif" border="0">')

document.write('  <tr>')
document.write('    <td valign="top" nowrap align="left"><img height="53"') 

document.write('      src="img/head.gif" width="45"><a ')

document.write('      href="http://www.sinica.edu.tw/photo/"><img height="53" alt="台灣老照片數位博物館計畫"') 

document.write('      src="img/logo.gif" width="76" border="0"></a><a ')

document.write('      href="http://www.sinica.edu.tw/photo/search/index.html"><img height="53" ')

document.write('      alt="資料庫檢索" src="img/logo1.gif" width="162" border="0"></a></td>')

document.write('    <td valign="top" nowrap align="right"><a href="javascript:help()"><img ')

document.write('      src="img/help.gif" border="0"></a></td>')

document.write('    <td valign="top" align="right" width="93"><a ')

document.write('      href="../../intro/index.html"><img height="53" alt="計畫導覽" ')

document.write('      src="img/logo2.gif" width="93" border="0"></a>')

document.write('    </td></tr>')
document.write('   <tr bgcolor=white>')

document.write('   <td colspan=3 align=right>')

document.write('   <img src=img/spcae.gif width=1 height=20><br>')

document.write('   <a href=http://www.sinica.edu.tw/photo/search/search.html><img ')

document.write('       src=img/database-search.gif border=0></a><img src=img/spcae.gif width=13 height=1><br>')

document.write('   </td>')

document.write('   </tr>')

document.write('</table>')
}
