document.open()
document.write('<div id="navigation" ul class="navlist"> ')
document.write('<ul>')
document.write('<li><a href="index.html"><img src="bullet.gif" width="15" height="15" border="0">首頁</a></li>')
document.write('<li onMouseover="dropdownmenu(this, event, /link1/)"><a href="http://www.ied.edu.hk/csct/style/" onClick="return clickreturnvalue()"><img src="bullet.gif" width="15" height="15" border="0">中心簡介&nbsp;&nbsp;&#9658;</a></li>')
document.write('<li><a href="program.html"><img src="bullet.gif" width="15" height="15" border="0">課程</a></li>')
document.write('<li><a href="project.html"><img src="bullet.gif" width="15" height="15" border="0">學校支援</a></li>')
document.write('<li onMouseover="dropdownmenu(this, event, /link2/)"><a href="http://www.ied.edu.hk/csct/style/" onClick="return clickreturnvalue()"><img src="bullet.gif" width="15" height="15" border="0">其他工作&nbsp;&nbsp;&#9658;</a></li>')
document.write('<li onMouseover="dropdownmenu(this, event, /link3/)"><a href="http:/www.ied.edu.hk/csct/style/" onClick="return clickreturnvalue()"><img src="bullet.gif" width="15" height="15" border="0">資料庫&nbsp;&nbsp;&#9658;</a></li>')
document.write('<li><a href="faq.html"><img src="bullet.gif" width="15" height="15" border="0">常見問題</a></li>')
document.write('<li><a href="link.html"><img src="bullet.gif" width="15" height="15" border="0">相關連結</a></li>')
document.write('<li><a href="contact.html"><img src="bullet.gif" width="15" height="15" border="0">聯絡我們</a></li>')
document.write('<li><a href="http://www.ied.edu.hk/csct/eng/eindex.html"><img src="bullet.gif" width="15" height="15" border="0">ENGLISH</a></li>')
document.write('</ul> ')
document.write('</div>')
document.write('<div id=/link1/ class="anylinkcss" style="width: 160px; background-color: #F5F5DC">')
document.write('<a href="intro.html">使命及工作</a>')
document.write('<a href="member.html">中心成員</a>')
document.write('<a href="newreport.html">傳媒報導</a>')
document.write('<a href="thank.html">鳴謝</a>')
document.write('</div>')
document.write('<div id=/link2/ class="anylinkcss" style="width: 160px; background-color: #F5F5DC">')
document.write('<a href="academic.html">學術研究</a>')
document.write('<a href="collab.html">跨境合作</a>')
document.write('<a href="policyre.html">政策檢討</a>')
document.write('<a href="publish.html">中心出版</a>')
document.write('<a href="publish_other.html">其他出版</a>')
document.write('<a href="mempublish.html">中心成員著作</a>')
document.write('</div>')
document.write('<div id=/link3/ class="anylinkcss" style="width: 160px; background-color: #F5F5DC">')
document.write('<a href="news2011.html">報章索引 (香港)</a>')
document.write('<a href="newsmainland2009.html">報章索引 (內地)</a>')
document.write('<a href="policy.html">政策文件</a>')
document.write('<a href="research.html">研究文獻</a>')
document.write('</div>')
document.close()


