document.write("<tr>");
document.write("<td height='191px' valign='top' background='/hro/image/banner.jpg'>");
document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
document.write("<tr>");
document.write("<td width='25%' valign='top'>");
document.write("<div style='padding: 4px 2px 2px 7px;'>");
document.write("<a href='http://www.cityu.edu.hk/index.html'><img src='/hro/image/cityU.jpg' alt='CityU' border='0'/></a>");		
document.write("</div>");
document.write("</td>");
document.write("<td>");
document.write("<div class='topBarTilte'>");
document.write("<a href='/hro/index.html' class='topBarLink'> HRO Home</a> | <a href='http://www.cityu.edu.hk/index.html' class='topBarLink'>CityU Home</a>");
document.write("</div>");
document.write("</td>");
document.write("</tr>");
document.write("</table>");
document.write("<div style='padding-top: 13px; padding-left: 22px;'><a href='/hro/stafflan/'><img src='/hro/image/hrologo.gif' alt='HRO Home' border='0' /></a></div>");
document.write("</td>");
document.write("</tr>");


//force expand 'staff only' menu
window.onload = function() {
	var e = document.getElementById("staff-only-sub-menu");
	if ( e ) { e.style.display = "block"; }
}
