<!--
//FOOTER
var currentYear = new Date().getFullYear();

document.writeln('<table cellspacing="0" cellpadding="0" border="0" width="100%">');

document.writeln('<tr bgcolor="#C0D0FF"><td width="70"><img src="'+root+'images/ghost.gif" width="70" height="5" alt="" border="0"></td>'+"\n"+'<td width="250"><img src="'+root+'images/ghost.gif" width="250" height="5" alt="" border="0"></td>'+"\n"+'<td width="2"><img src="'+root+'images/ghost.gif"  hspace="0" width="2" height="5" alt="" border="0"></td>'+"\n"+'<td width="4"><img src="'+root+'images/ghost.gif" hspace="0" width="4" height="5" alt="" border="0"></td>'+"\n"+'<td width="2"><img src="'+root+'images/ghost.gif" hspace="0" width="2" height="5" alt="" border="0"></td>'+"\n"+'<td width="100%"><img src="'+root+'images/ghost.gif" width="200" height="5" alt="" border="0"></td></tr>');


document.writeln('<tr><td colspan="6"  bgcolor="#F2EFE7"><img src="'+root+'images/ghost.gif" width="1" height="1" alt="" border="0"></td></tr>'+"\n");

document.writeln('<tr><td colspan="2" width="398"><img src="'+root+'images/ghost.gif" width="398" height="5" alt="" border="0"></td>'+"\n"+'<td bgcolor="#000080" width="2"><img src="'+root+'images/ghost.gif" hspace="0" width="2" height="1" alt="" border="0"></td>'+"\n"+'<td width="4"><img src="'+root+'images/ghost.gif" hspace="0" width="4" height="1" alt="" border="0"></td>'+"\n"+'<td bgcolor="#C0C0C0" width="2"><img src="'+root+'images/ghost.gif" hspace="0" width="2" height="1" alt="" border="0"></td>'+"\n"+'<td width="100%"><img src="'+root+'images/ghost.gif" width="200" height="1" alt="" border="0"></td></tr>');

document.writeln('<tr><td colspan="6" bgcolor="#000080"><img src="'+root+'images/ghost.gif" width="1" height="3" alt="" border="0"></td></tr>'+"\n");

document.writeln('<tr><td bgcolor="#C0D0FF" nowrap><img src="'+root+'images/ghost.gif" width="1" height="3" alt="" border="0"></td><td bgcolor="#C0D0FF">&nbsp;</td>'+"\n"+'<td bgcolor="#000080"><img src="'+root+'images/ghost.gif" width="2" height="1" alt="" border="0"></td><td bgcolor="#C0D0FF"><img src="'+root+'images/ghost.gif" width="4" height="1" alt="" border="0"></td><td bgcolor="#C0C0C0"><img src="'+root+'images/ghost.gif" width="2" height="1" alt="" border="0"></td>'+"\n"+'<td width="100%" bgcolor="#C0D0FF" valign="middle"><img src="'+root+'images/ghost.gif" width="21" height="1" alt="" border="0"><a href="'+root+'sitemap.asp" class="footer">Site Map</A> |'+"\n"+' <a href="contact.asp" class="footer">Contact Us</A> |'+"\n"+' <a href="privacy.asp" class="footer">Privacy Policy</A> |'+"\n"+' <a href="login.asp" class="footer">Micro-Serv Extranet</A>  <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="'+root+'copyright.asp" class="footer">&copy;' + currentYear + ' Micro-Serv Corporation</a> |'+"\n"+' <a href="http://www.micro-serv.com" class="footer">Micro-Serv Home</a> |'+"\n"+' <a href="'+root+'help.asp" class="footer">Help</A></td></tr>'+"\n");

document.writeln('<tr><td colspan="6" bgcolor="#C0D0FF"><img src="'+root+'images/ghost.gif" width="1" height="14" alt="" border="0"></td></tr>'+"\n");

document.writeln('</table>');
//-->