<!--

document.write('</td>');
document.write('  <td valign=top background="' + global_file_loc + 'images/level_07.gif"><IMG SRC="' + global_file_loc + 'images/level_05.gif" WIDTH=36 HEIGHT=265></TD>');
document.write('</tr>');
document.write('<tr>');
document.write('  <td background="' + global_file_loc + 'images/level_06.gif" rowspan="2"></td>');  
document.write('  <td background="' + global_file_loc + 'images/level_07.gif" rowspan="2"></td>');
document.write('</tr>'); 
document.write('<tr bgcolor=#ffffff>');
document.write('	<td valign="bottom" align="left" background="' + global_file_loc + 'images/footer.gif" WIDTH=764 HEIGHT=35>');
document.write('  <table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">');
document.write('  <tr>');
document.write('     <td><IMG SRC="' + global_file_loc + 'images/spacer.gif" WIDTH=10 HEIGHT=1></td>');
document.write('     <td class="bNav"><script language="javascript">getCopyright()</script></td>');
document.write('     <td><IMG SRC="' + global_file_loc + 'images/spacer.gif" WIDTH=25 HEIGHT=10></td>');		

document.write('     <td class="bNav">');
document.write('       <a class="bNav" href="' + global_file_loc + 'default.aspx">Home</a> | ');

if (def_file == 'about.htm')       
   document.write('     <span class="NavDef">About us</span> | ');
else
   document.write('     <a class="bNav" href="' + global_file_loc + 'about.htm">About us</a> | ');  
 
if (def_file == 'contact.htm')       
   document.write('     <span class="NavDef">Contact us</span> | ');
else
	 document.write('     <a class="bNav" href="' + global_file_loc + 'contact.htm">Contact us</a> | ');

if (def_file == 'help.htm')       
   document.write('     <span class="NavDef">Help</span> | ');
else
	 document.write('     <a class="bNav" href="' + global_file_loc + 'help/help.htm">Help</a> | ');

if (def_file == 'tech.htm')       
   document.write('     <span class="NavDef">Tech help</span>');
else
	 document.write('     <a class="bNav" href="' + global_file_loc + 'help/tech.htm">Tech help</a>');

document.write('     </td>');
document.write('     <td><IMG SRC="' + global_file_loc + 'images/spacer.gif" WIDTH=85 HEIGHT=10</td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('  <td colspan="5"><IMG SRC="' + global_file_loc + 'images/spacer.gif" WIDTH=10 HEIGHT=5></td>');
document.write('  </tr>');
document.write('  </table> ');
 document.write('</td>');
document.write('</tr>');
document.write('</table>');

-->