// navigation
function navigate () {
document.write('<center>');
document.write('<p><a href="index.htm" class="none">Home</a>');
document.write('<p><a href="services.html" class="none">Services</a>');
document.write('<p><a href="forum.html" class="none">Forum</a>');
document.write('<p><a href="links.html" class="none">Links</a>');
document.write('<p><a href="contact.html" class="none">Contact</a>');
document.write('</center>');
}

// copyrights
function copyright(){
document.write('<P><FONT size="2" face="arial">');
document.write('<p><center>Copyrights &#169 2003 <a href="mailto:voiceta@voiceta.com">VoiceTA Inc.</a>.');
document.write('All rights reserved.<br>');

}