var timeout	= 100;
var closetimer	= 0;
var ddmenuitem	= 0;

var timeout2	= 100;
var closetimer2	= 0;
var ddmenuitem2	= 0;

// open hidden layer
function mopen()
{	
	// cancel close timer
	mcancelclosetime();

	// close old layer
	if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';

	// get new layer and show it
	ddmenuitem = document.getElementById('m1');
	ddmenuitem.style.visibility = 'visible';

}
// close showed layer
function mclose()
{
	if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
}

// go close timer
function mclosetime()
{
	closetimer = window.setTimeout(mclose, timeout);
}

// cancel close timer
function mcancelclosetime()
{
	if(closetimer)
	{
		window.clearTimeout(closetimer);
		closetimer = null;
	}
}

// close layer when click-out
document.onclick = mclose;

// open hidden layer
function mopen2()
{	
	// cancel close timer
	mcancelclosetime2();

	// close old layer
	if(ddmenuitem2) ddmenuitem2.style.visibility = 'hidden';

	// get new layer and show it
	ddmenuitem2 = document.getElementById('m2');
	ddmenuitem2.style.visibility = 'visible';

}
// close showed layer
function mclose2()
{
	if(ddmenuitem2) ddmenuitem2.style.visibility = 'hidden';
}

// go close timer
function mclosetime2()
{
	closetimer2 = window.setTimeout(mclose2, timeout2);
}

// cancel close timer
function mcancelclosetime2()
{
	if(closetimer2)
	{
		window.clearTimeout(closetimer2);
		closetimer2 = null;
	}
}

// close layer when click-out
document.onclick = mclose2;




document.write("<div align='center'>");
document.write("<table border='0' cellpadding='0' cellspacing='0' width='75%'>");
document.write("<tr>");
document.write("<td width='750' height='20'>");
document.write("</td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td width='300' height='150'>");
document.write("<a href='http://www.klineconstruction.com'><img border='0' alt='' src='images/KlineLogo4.gif' longdesc='Medical, veterinary, care facility and controlled environment construction specialists' width='274' height='106' /></a></td>");
document.write("<td width='19'>&nbsp;</td>");
document.write("<td width='405' height='86'>");
document.write("<p align='center' style='color:black' class='grey_med'><font size='2'><i>A Good Foundation<br>is the Key to Success</i>");
document.write("<p align='center'><font color='#990000'><font size='4'><b>(440) 357-4500<br>(440) 357-8090</p>");
document.write("<p align='right' style='font-size:14px; color:black; font-family:Georgia, Times New Roman, Times, serif; font-style:italic; font-weight:bold'><br /></p>");
document.write("</td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td colspan='3' background='images/Blue_bar_background.jpg' height='26' align='center'>");
document.write("<table border='0' cellpadding='0' cellspacing='0' width='90%'>");
document.write("<tr>");
document.write("<td width='63' align='center' class='topnav'><a href='/'><font color='#FFFFFF'>Home</a></td>");
document.write("<td width='10' align='center' class='topnav'><font color='#FFFFFF'>l</font></td>");
document.write("<td width='100' align='center' class='topnav'><a href='about_us.html'><font color='#FFFFFF'>Leadership Team</a></td>");
document.write("<td width='10' align='center' class='topnav'><font color='#FFFFFF'>l</font></td>");
document.write("<td width='100' align='center' class='topnav'><ul id='sddm'><li><a href='#' onmouseover='mopen()' onmouseout='mclosetime()'><font color='#FFFFFF'>Services</a>");
document.write("<div id='m1' onmouseover='mcancelclosetime()' onmouseout='mclosetime()'>");
document.write("<a href='svs_preconstruction.html'>Preconstruction</a>");
document.write("<a href='svs_construction_mgt.html'>Construction Management</a>");
document.write("<a href='svs_gen_contract.html'>General Contracting</a>");
document.write("<a href='value_engineering.html'>Value Engineering</a>");
document.write("<a href='preacquisition_inspection.html'>Inspection</a>");
document.write("<a href='Feasibility_Study.html'>Feasibility Studies</a>");

document.write("</div id='m1'></li></ul></td>");
document.write("<td width='10' align='center' class='topnav'><font color='#FFFFFF'>l</font></td>");
document.write("<td width='100' align='center' class='topnav'><ul id='sddm'><li><a href='#' onmouseover='mopen2()' onmouseout='mclosetime2()'><font color='#FFFFFF'>Building Types</a>");
document.write("<div id='m2' onmouseover='mcancelclosetime2()' onmouseout='mclosetime2()'>");
document.write("<a href='type_vet.html'>Veterinary &<br>Animal Care</a>");
document.write("<a href='type_medical.html'>Medical & Surgical</a>");
document.write("<a href='type_care.html'>Care-Related</a>");
//document.write("<a href='type_elder.html'>Elder Care</a>");
//document.write("<a href='type_surgical.html'>Surgical</a>");
//document.write("<a href='type_funeral.html'>Funeral Homes</a>");
document.write("<a href='type_controlled.html'>Controlled Environment</a>");

document.write("</div></li></ul></td>");
document.write("<td width='10' align='center' class='topnav'><font color='#FFFFFF'>l</font></td>");
document.write("<td width='100' align='center' class='topnav'><a href='photo.html'><font color='#FFFFFF'>Photo Gallery</a></td>");
document.write("<td width='10' align='center' class='topnav'><font color='#FFFFFF '>l</font></td>");
document.write("<td width='120' align='center' class='topnav'><a href='projects.html'><font color='#FFFFFF'>Project Listing</a></td>");
document.write("<td width='10' align='center' class='topnav'><font color='#FFFFFF'>l</font></td>");
document.write("<td width='100' align='center' class='topnav'><a href='contact.html'><font color='#FFFFFF'>Contact Us</a></td>");
document.write("</tr>");
document.write("</table>");
document.write("</td>");
document.write("</tr>");




document.write("</td>");
document.write("</tr>");
document.write("</table>");
document.write("</div>");