<!--

document.write('<TABLE WIDTH=767 HEIGHT=69 BORDER=0 CELLPADDING=0 CELLSPACING=0>'); 
document.write('<TR>');
document.write('  <TD valign=top align=center background="' + global_file_loc + 'images/botbanner_01.jpg" WIDTH=601 HEIGHT=69 class="bNav">');

if (cur_file == 'about.htm')       
		document.write('		<span class="bNavDef">About ABC Education Resources</span>');
else
		document.write('	  <a class="bNav" href="' + global_file_loc + 'about.htm">About ABC Education Resources</a>');  
document.write('<IMG SRC="' + global_file_loc + 'images/spacer.gif" WIDTH="40" HEIGHT="20">');

if (cur_file == 'contact.htm')       
		document.write('		<span class="bNavDef">Contact Us</span>');
else
		document.write('		<a class="bNav" href="' + global_file_loc + 'contact.htm">Contact Us</a>');
document.write('<IMG SRC="' + global_file_loc + 'images/spacer.gif" WIDTH="40" HEIGHT="20">');


if (cur_file != 'default.aspx' && cur_file != '') 
		document.write('		<a class="bNav" href="' + global_file_loc + 'default.aspx">Home</a>');


/*
if (cur_file == 'help.htm')       
		document.write('		<span class="bNavDef">Help</span>');
else
		document.write('		<a class="bNav" href="' + global_file_loc + 'help.htm">Help</a>');
*/
document.write('<br><IMG SRC="' + global_file_loc + 'images/spacer.gif" WIDTH=20 HEIGHT=24>');
getCopyright();

document.write('  </TD>');
document.write('  <TD valign=top><a href="http://www.rigby.com.au"><IMG SRC="' + global_file_loc + 'images/botbanner_02.jpg" WIDTH=166 HEIGHT=69 border=0></a></TD>');
document.write('</TR>');
document.write('</TABLE>');

-->