var isDOM = (document.getElementById) ? true : false;
var isNS4 = (document.layers) ? true : false;
var ace_filename = '';
if (isDOM)
	ace_filename = ace_path + 'acemenu_dom.js';
if (isNS4)
	ace_filename = ace_path + 'acemenu_ns4.js';
document.write('<script language="JavaScript1.2" src="'+ ace_filename +'" type="text/javascript"><\/script>');

function VOA_Header(strTitle)
{
document.writeln('<body onload="ACELoadMenu();" onresize="ACELoadMenu();">');
document.writeln('<table border="0" cellpadding="12" cellspacing="0" style="background-color: #004080; border-collapse: collapse" width="100%" id="AutoNumber1">');
document.writeln('<tr>');
document.writeln('<td width="27%" style="border-style: solid; border-width: 1"> <img alt="Orienteering Victoria" src="http://www.vicorienteering.asn.au/images/logo1.gif" width="206" height="35"> </td>');
document.writeln('<td width="73%" style="border-style: solid; border-width: 1"><b><font face="Arial" color="#FFFFFF" size="5">' + strTitle + '</font></b></td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('<br>');

// Added by Glenn to center whole document
document.writeln('<center><table border="0" width="90%"><tr><td><center><table border="0"><tr><td>');
};
function VOA_Footer(strTitle)
{
document.writeln('<br><br>');
document.writeln('<hr>');
document.writeln('<p>Your feedback or questions are always welcome - email the <a href = "&#109&#97&#105&#108&#116&#111&#58&#97&#100&#109&#105&#110&#105&#115&#116&#114&#97&#116&#111&#114&#64&#111&#114&#105&#101&#110&#116&#101&#101&#114&#105&#110&#103&#46&#99&#111&#109&#46&#97&#117">administrator</a></p>');
document.writeln('<hr>');
document.writeln('<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-width: 0" bordercolor="#111111" width="72%" id="AutoNumber1">');
document.writeln('<tr>');
document.writeln('<td width="12%" style="border-style: none; border-width: medium">&nbsp;</td>');
document.writeln('<td width="45%" style="border-style: none; border-width: medium">');
document.writeln('<a href="http://www.vichealth.vic.gov.au/default.asp" name="top">');
document.writeln('<img alt="VicHealth is an organisation committed to promoting the health of all Victorians." src="http://www.vicorienteering.asn.au/images/VicHealthLogo.gif" border="0"></a></td>');
document.writeln('<td width="60%" style="border-style: none; border-width: medium">');
document.writeln('<a href="https://secure.budget.com.au/scripts/budget/reser.dll?new&BCD=E130361&frameset=no" name="top">');
document.writeln('<img src="http://www.vicorienteering.asn.au/services/Budget_Buddies_bar.gif" border="0" width="243" height="55"></a></td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</p>');

// Added by Glenn to center whole document
document.writeln('</td></tr></table></center></td></tr></table></center>');
}

<!--
function hideemail(name, domain, subject, display) {
	displayed=(typeof(display)=="undefined") ? name+"@"+domain : display
	document.write('<a href=mailto:' + name + '@' + domain + '?subject=' + subject + '>' + displayed + '</a>');
}
// -->

