function drawTopMenu(sitearea) { document.writeln(''); document.writeln('
*
'); } function highlightMenuItem(sitearea,menuarea,text) { if (sitearea==menuarea){ return (''+text+''); } else { return (text); } } function showSearchHeader() { document.writeln('search'); } function showSearchChkBoxText() { document.writeln('this section only'); }