﻿function drawcontactusContent(){ 
    document.write('<div id="divnews"><table><tr valign="top">')
    document.write('<td><img src="images/pictures/pic01.jpg" /></td>')
    document.write('<td><table width=220><tr><td><img src="images/B04.jpg" /></td>')
    document.write('<td align="right"><a href="contactus.html" class="link1" ><img src="images/enter.gif" class="apic" /></a></td>')
    document.write('</tr><tr><td colspan="2">辦事處電話:2537-3608</td>')
    document.write('</tr><tr><td colspan="2">辦事處傳真:2523-3518</td></tr>')
    document.write('</tr><tr><td colspan="2">電郵:<a href=mailto:info@cheungkwokche.hk>info@cheungkwokche.hk</a></td></tr>')
	document.write('</tr><tr><td colspan="2"><a href=http://www.facebook.com/pages/li-fa-hui-zhang-guo-zhu-yi-yuan-ban-shi-chu-she-hui-fu-li-jie/119186811436201 target="_blank">Find us on Facebook</a></td></tr>')
    document.write('</table></td></tr></table></div>')
    }