<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'
var allwebco	  = "no"	// SHOW ALLWEBCO COPYRIGHT
var w3clogo	  = "no"	// SHOW W3C VALID LOGO
var topspacing		= "40"		// height of Ask us
var leftspacing		= "55"		// width of Ask us
document.write('<span class="footer">');
document.write('<a href="Ask_us.html"><img src="picts/Ask-us-a-question.gif" width="'+leftspacing+'" height="'+topspacing+'"><br>');
document.write('<a href="index.html">Homepage</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="Who_we_are.html">Who we are</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="Contacts.html">Contact us</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="Ask_us.html">Ask us a question</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="Sitemap.html">Site Map</a>');
document.write('&nbsp;|&nbsp;1-800-231-1425');
document.write('<br>');
   if (w3clogo == "yes") {
document.write('<br><a href="http://www.w3.org/"><img src="picts/w3c.gif" alt="Valid html 4.01 Transitional" border="0" vspace="6"></a><br>');
}
document.write('All contents &copy;Copyright 2010 ');
// EDIT THE NEXT LINE
document.write('<a href="index.html">SemaSys</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href="Privacy.html">Privicy Policy</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href="Privacy.html">Terms of Use</a><br>');
   if (allwebco == "yes") {
document.write('Site <a href="http://www.semasys.com" target="_blank">SemaSys</a> & <a href="http://www.semasys.com" target="_blank">Hosting</a><br>');
}
document.write('</span>');
//  End -->