/*
Javascript: LeftNav.js

A simple java script that is called by nearly every page on the site to display
the left nav menu.  

*/
//****************************************************
// popUpGeneralWindow
//****************************************************
var popUpSubdirGeneralWin=0;
function popUpGeneralSubdirWindow(url)
{
  	if(popUpSubdirGeneralWin)
  	{
    	if(!popUpSubdirGeneralWin.closed) popUpSubdirGeneralWin.close();
  	}
	
	popUpSubdirGeneralWin = open(url, 'general', 'height=500,width=600,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,location=yes,directories=no,status=yes');
	popUpSubdirGeneralWin.focus();
}

document.writeln("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("<tr>"); 
  document.writeln("<td align=\"left\" valign=\"top\"><img src=\"images/topbg.gif\" width=\"128\" height=\"18\"></td>");
document.writeln("</tr>");
document.writeln("<tr>"); 
  document.writeln("<td align=\"left\" valign=\"top\"><a href=\"index.shtml\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('home','','images/home_mo.gif',1)\"><img src=\"images/home.gif\" name=\"home\" width=\"128\" height=\"29\" border=\"0\"></a></td>");
document.writeln("</tr>");
document.writeln("<tr>"); 
  document.writeln("<td align=\"left\" valign=\"top\"><a href=\"about.shtml\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('about','','images/about_mo.gif',1)\"><img src=\"images/about.gif\" name=\"about\" width=\"128\" height=\"30\" border=\"0\"></a></td>");
document.writeln("</tr>");


document.writeln("<tr>"); 
  document.writeln("<td align=\"left\" valign=\"top\"><a href=\"contactus.shtml\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('contactus','','images/contactus_mo.gif',1)\"><img src=\"images/contactus.gif\" name=\"contactus\" width=\"128\" height=\"30\" border=\"0\"></a></td>");
document.writeln("</tr>");



document.writeln("<tr>"); 
  document.writeln("<td align=\"left\" valign=\"top\"><a href=\"#\" onmouseover=\"popUp('elMenu2',event)\" onmouseout=\"popDown('elMenu2')\"><img src=\"images/projects.gif\" name=\"projs\" width=\"128\" height=\"30\" border=\"0\"></a></td>");
document.writeln("</tr>");

document.writeln("<tr>"); 
  document.writeln("<td align=\"left\" valign=\"top\"><a href=\"customers.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('customers','','images/customers_mo.gif',1)\"><img src=\"images/customers.gif\" name=\"customers\" width=\"128\" height=\"30\" border=\"0\"></a></td>");
document.writeln("</tr>");

document.writeln("<tr>"); 
  document.writeln("<td align=\"left\" valign=\"top\"><a href=\"#\" onmouseover=\"popUp('elMenu3',event)\" onmouseout=\"popDown('elMenu3')\"><img src=\"images/vg.gif\" name=\"projs\" width=\"128\" height=\"30\" border=\"0\"></a></td>");
document.writeln("</tr>");



document.writeln("<tr>"); 
  document.writeln("<td align=\"left\" valign=\"top\"><a href=\"links.shtml\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('links','','images/links_mo.gif',1)\"><img src=\"images/links.gif\" name=\"links\" width=\"128\" height=\"30\" border=\"0\"></a></td>");
document.writeln("</tr>");

document.writeln("<tr>"); 
  document.writeln("<td align=\"left\" valign=\"top\"><a href=\"specialties.shtml\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('specialties','','images/specialties_mo.gif',1)\"><img src=\"images/specialties.gif\" name=\"specialties\" width=\"128\" height=\"30\" border=\"0\"></a></td>");
document.writeln("</tr>");


document.writeln("<tr>"); 
  document.writeln("<td align=\"left\" valign=\"top\"><a href=\"map.shtml\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('directions','','images/directions_mo.gif',1)\"><img src=\"images/directions.gif\" name=\"directions\" width=\"128\" height=\"30\" border=\"0\"></a></td>");
document.writeln("</tr>");


document.writeln("<tr>"); 
  document.writeln("<td align=\"left\" valign=\"top\"><img src=\"images/topbg.gif\" width=\"128\" height=\"30\"></td>");
document.writeln("</tr>");

document.writeln("<tr>"); 
  document.writeln("<td align=\"left\" valign=\"top\"><img src=\"images/topbg.gif\" width=\"128\" height=\"18\"></td>");
document.writeln("</tr>");

document.writeln("<tr>"); 
  document.writeln("<td align=\"left\" valign=\"top\"><img src=\"images/middlebg.gif\" width=\"128\" height=\"198\"></td>");
document.writeln("</tr>");


document.writeln("<tr>"); 
  document.writeln("<td align=\"left\" valign=\"top\"><img src=\"images/bottombg.gif\" width=\"128\" height=\"18\"></td>");
document.writeln("</tr>");

document.writeln("</table>");