function popup1(URL)
{
	var win=window.open(URL,"","top=100,left=100,height=555,width=720");
}

document.writeln("<table border=\"0\" cellspacing=\"0\" width=\"100%\" cellpadding=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td width=\"100%\" align=\"center\">");
document.writeln("    <p style=\"margin-top: 5; margin-bottom: 5\"><font face=\"Arial\" style=\"font-size: 9pt\">");
document.writeln("    <a href=\"index.htm\">Home</a>&nbsp; ||&nbsp; <a href=\"about_us.htm\">About Us</a>&nbsp;     ||&nbsp; ");
document.writeln("    <a href=\"testimonials.htm\">Testimonials</a><br>");
document.writeln("<a href=\"industrial.htm\">Industrial / Retail Services</a>&nbsp; ||&nbsp;");
document.writeln("<a href=\"fleet.htm\">Fleet Services</a><br>");
document.writeln("<a href=\"residential.htm\">Residential</a>&nbsp; ||&nbsp; <a href=\"birdsys.htm\">Bird Systems</a>&nbsp; ||&nbsp; <a href=\"flat.htm\">Flat Surface Cleaning</a>");
document.writeln("    </td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td width=\"100%\" align=\"center\">");
document.writeln("    <p style=\"margin-top: 5; margin-bottom: 5\">");
document.writeln("    <font face=\"Arial\" color=\"#464646\" size=\"1\">All Rights Reserved.</font></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td width=\"100%\" align=\"center\">");
document.writeln("    <p style=\"margin-top: 5; margin-bottom: 5\"><font face=\"Arial\" size=\"2\">");
document.writeln("    <a href=\"mailto:contact@cybercom2000.com\">");
document.writeln("    </a></font></td>");
document.writeln("  </tr>");
document.writeln("</table>");
document.writeln("");