function caseStdNav(section,item){
	if (section == "institutional") {
		var arNames=new Array(
		"Barney-Davis Hall - Denison University",
		"Higley Hall - Denison University",
		"Huffman Hall - Denison University",
		"Slayter Hall - Denison University",
		"R.W. Corns Building - Ohio Wesleyan University", 
		"Selby Stadium - Ohio Wesleyan University", 
		"Conrades-Wetherell Science Center - Ohio Wesleyan University",
		"Slocum Hall - Ohio Wesleyan University" ); 
		var arLocations=new Array(
		"Granville, Ohio",
		"Granville, Ohio",
		"Granville, Ohio",
		"Granville, Ohio",
		"Delaware, Ohio",
		"Delaware, Ohio",
		"Delaware, Ohio",
		"Delaware, Ohio");
	document.write("<table border='0'>");
	
	} else if (section == "religious") {
	
		var arNames=new Array(
		"Dublin (Discovery) Christian Church", 
		"Heritage Christian Church", 
		"Linworth Baptist Church",
		"Northwest Bible Church",
		"Northwest Presbyterian Church", 
		"Seventh-Day Adventist Church",
		"St. Edwards Church", 
		"St. Patrick Church",
		"St. Timothy Church"); 

		var arLocations=new Array(
		"Dublin, OH",
		"Westerville, OH",
		"Linworth, OH", 
		"Columbus, OH",
		"Dublin, OH", 
		"Worthington, OH", 
		"Granville, OH",
		"Columbus, OH",
		"Columbus, OH");
		
	document.write("<table border='0'>");
	} else if (section == "industrial") {
		var arNames=new Array(
		"Kohl's Distribution Center",
		"Vipco Manufacturing Facility - Crane Plastics",
		"Simpson Strong-Tie", 
		"Forming Plant - Nippert (Luvata)", 
		"Distribution Facility - Syntex Labs"); 
		var arLocations=new Array(
		"Findlay, OH",
		"Columbus, OH",
		"Columbus, OH &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;",
		"Delaware, OH",
		"Columbus, OH");
	document.write("<table border='0'>");
	} else if (section == "retail") {
		var arNames=new Array(
		"Fiesta Lanes Retail Center",
		"Graceland Shopping Center Buildings", 
		"Kohl's Department Stores", 
		"Shoppes at Susquehanna",
		"Shoppes at English Village", 
		"Shoppes at Union Hill",
		"Casto's Town & Country Shopping Center"); 
		var arLocations=new Array(
		"Columbus, OH",
		"Columbus, OH",
		"Regional", 
		"Harrisburg, PA", 
		"Montgomeryville, PA", 
		"Denville, NJ",
		"Whitehall, OH");
	document.write("<table border='0'>");
	} else if (section == "office") {
		var arNames=new Array(
		"Ohio Auto Club",
		"Building Officials Code Administrators International Building",
		"DASCO Home Medical Equipment Headquarters", 
		"Greif, Inc. North American Building", 
		"Greif, Inc. World Headquarters", 
		"Greenlawn Homes Corporate Headquarters"); 
		var arLocations=new Array(
		"Worthington, OH",
		"Westerville, OH",
		"Westerville, OH",
		"Delaware, OH",
		"Delaware, OH",
		"Columbus, OH");
	document.write("<table border='0'>");
	}else if (section == "misc") {
		var arNames=new Array("Misc 1","Misc 2","Misc 3"); 
		var arLocations=new Array("Location 1","Location 2","Location 3");
	document.write("<table border='0'>");
	}
	for (i=0;i<=8;i++){
		if (i == 0 || i == 3 || i == 6) {document.write("<tr>");}
		picID = i + 1;
		document.write("<td>");
		if (arLocations[i] != undefined) {
			document.write("<table cellpadding='0' cellspacing='0' border='0' style='height:165px;' id='");
			if (item == i) {document.write("caseThumbsOn");} else {document.write("caseThumbs");}
			document.write("'><tr><td valign='top' style='height:90px;'><a href='caseStudies_"+section+"_"+picID+".html' ");
			if (item == i) { document.write("class='borderOn'"); }else{ document.write("class='borderit'");}
			//document.write("><img src='images/th_"+section+"_"+picID+".jpg' width='125' height='90' border='0'/></a></td></tr><tr><td valign='top' id='");
			//if (item == i) {document.write("caseThumbsNameOn");} else {document.write("caseThumbsName");}
			//document.write("'>");
			document.write("><img src='images/th_"+section+"_"+picID+".jpg' width='125' height='90' border='0'/></a><table><tr><td style='padding: 0px 0px 0px 3px;'><span id='");
			if (item == i) {document.write("caseThumbsNameOn");} else {document.write("caseThumbsName");}
			document.write("'>");
			document.write(arNames[i]);
			document.write("<br></span><span id='");
			if (item == i) {document.write("caseThumbsLocationOn");} else {document.write("caseThumbsLocation");}
			document.write("'>");
			document.write(arLocations[i]);
			document.write("</span></td></tr></table></td></tr></table>");
		}
		document.write("</td>");
		if (i == 2 || i == 5 || i == 8) {document.write("</tr>");}		
	}
	document.write("</table>");
}

function caseStdMainNav(section){

document.write("<table border='0' cellpadding='0' cellspacing='0' class='caseThumbs'>");
document.write("<tr>");
document.write("	<td align='center'><a href='\caseStudies_institutional_1.html'><img src='images/thCase_institutional_off.jpg' border='0' name='institutional' onMouseOver='document.institutional.src=\"images/thCase_institutional_over.jpg\";' onMouseOut='document.institutional.src=\"images/thCase_institutional_off.jpg\";'></a><span id='teamName'>Institutional</span></td>");
document.write("	<td align='center'><a href='\caseStudies_religious_1.html'><img src='images/thCase_religious_off.jpg' border='0' name='religious' onMouseOver='document.religious.src=\"images/thCase_religious_over.jpg\";' onMouseOut='document.religious.src=\"images/thCase_religious_off.jpg\";'></a><span id='teamName'>Religious</span></td>");
document.write("	<td align='center'><a href='\caseStudies_industrial_1.html'><img src='images/thCase_industrial_off.jpg' border='0' name='industrial' onMouseOver='document.industrial.src=\"images/thCase_industrial_over.jpg\";' onMouseOut='document.industrial.src=\"images/thCase_industrial_off.jpg\";'></a><span id='teamName'>industrial</span></td>");
document.write("	<td align='center'><a href='\caseStudies_retail_1.html'><img src='images/thCase_retail_off.jpg' border='0' name='retail' onMouseOver='document.retail.src=\"images/thCase_retail_over.jpg\";' onMouseOut='document.retail.src=\"images/thCase_retail_off.jpg\";'></a><span id='teamName'>retail</span></td>");
document.write("	<td align='center'><a href='\caseStudies_office_1.html'><img src='images/thCase_office_off.jpg' border='0' name='office' onMouseOver='document.office.src=\"images/thCase_office_over.jpg\";' onMouseOut='document.office.src=\"images/thCase_office_off.jpg\";'></a><span id='teamName'>office</span></td>");
document.write("</tr>");
document.write("</table>");
/*
document.write("<table border='0' cellpadding='0' cellspacing='0' class='caseThumbs'>");
document.write("<tr>");

document.write("<td valign='top' width='120' align='left'><a href='\caseStudies_institutional_1.html'  ");
if (section == "institutional") { document.write("class='borderOn'"); }else{ document.write("class='borderit'");}
document.write("><img src='images/thCase_institutional_over.jpg'></a><span id='");
if (section == "institutional") { document.write("teamNameOn"); }else{ document.write("teamName");}
document.write("'>Institutional</span></td>");


document.write("<td valign='top' width='120' align='left'><a href='\caseStudies_religious_1.html'  ");
if (section == "religious") { document.write("class='borderOn'"); }else{ document.write("class='borderit'");}
document.write("><img src='images/thCase_religious_over.jpg'></a><span id='");
if (section == "religious") { document.write("teamNameOn"); }else{ document.write("teamName");}
document.write("'>religious</span></td>");


document.write("<td valign='top' width='120' align='left'><a href='\caseStudies_industrial_1.html'  ");
if (section == "industrial") { document.write("class='borderOn'"); }else{ document.write("class='borderit'");}
document.write("><img src='images/thCase_industrial_over.jpg'></a><span id='");
if (section == "industrial") { document.write("teamNameOn"); }else{ document.write("teamName");}
document.write("'>industrial</span></td>");


document.write("<td valign='top' width='120' align='left'><a href='\caseStudies_retail_1.html'  ");
if (section == "retail") { document.write("class='borderOn'"); }else{ document.write("class='borderit'");}
document.write("><img src='images/thCase_retail_over.jpg'></a><span id='");
if (section == "retail") { document.write("teamNameOn"); }else{ document.write("teamName");}
document.write("'>retail</span></td>");


document.write("<td valign='top' width='120' align='left'><a href='\caseStudies_office_1.html'  ");
if (section == "office") { document.write("class='borderOn'"); }else{ document.write("class='borderit'");}
document.write("><img src='images/thCase_office_over.jpg'></a><span id='");
if (section == "office") { document.write("teamNameOn"); }else{ document.write("teamName");}
document.write("'>office</span></td>");

document.write("	</tr>");
document.write("	</table>");
*/
}


function teamNav(section){
document.write("<table border='0' cellpadding='0' cellspacing='0' class='teamPhotos'>");
document.write("<tr>");

document.write("<td valign='top' width='120' align='center'><a href='team.html' ");
//if (section == "kschmitt") { document.write("class='borderOn'"); }else{ document.write("class='borderit'");}
if (section == "kschmitt") {
	document.write("><img src='images/team_kschmitt_on.jpg' name='ks' onMouseOver='document.ks.src=\"images/team_kschmitt_on.jpg\";' onMouseOut='document.ks.src=\"images/team_kschmitt_on.jpg\";'></a><span id='");
} else {
	document.write("><img src='images/team_kschmitt_off.jpg' name='ks' onMouseOver='document.ks.src=\"images/team_kschmitt_on.jpg\";' onMouseOut='document.ks.src=\"images/team_kschmitt_off.jpg\";'></a><span id='");
}
if (section == "kschmitt") { document.write("teamNameOn"); }else{ document.write("teamName");}
document.write("'>Kurt N. Schmitt</span><br>President</td>");

//***************************

document.write("<td valign='top' width='120' align='center'><a href='team_bdew.html'  ");
//if (section == "bdew") { document.write("class='borderOn'"); }else{ document.write("class='borderit'");}
if (section == "bdew") {
	document.write("><img src='images/team_bdew_on.jpg' name='bd' onMouseOver='document.bd.src=\"images/team_bdew_on.jpg\";' onMouseOut='document.bd.src=\"images/team_bdew_off.jpg\";'></a><span id='");
} else {
	document.write("><img src='images/team_bdew_off.jpg' name='bd' onMouseOver='document.bd.src=\"images/team_bdew_on.jpg\";' onMouseOut='document.bd.src=\"images/team_bdew_off.jpg\";'></a><span id='");
}
if (section == "bdew") { document.write("teamNameOn"); }else{ document.write("teamName");}
document.write("'>Bruce A. Dew</span><br>Executive Vice President</td>");

//***************************

document.write("<td valign='top' width='120' align='center'><a href='team_jkaparos.html'  ");
//if (section == "jkaparos") { document.write("class='borderOn'"); }else{ document.write("class='borderit'");}
if (section == "jkaparos") {
	document.write("><img src='images/team_jkaparos_on.jpg' name='jk' onMouseOver='document.jk.src=\"images/team_jkaparos_on.jpg\";' onMouseOut='document.jk.src=\"images/team_jkaparos_on.jpg\";'></a><span id='");
} else {
	document.write("><img src='images/team_jkaparos_off.jpg' name='jk' onMouseOver='document.jk.src=\"images/team_jkaparos_on.jpg\";' onMouseOut='document.jk.src=\"images/team_jkaparos_off.jpg\";'></a><span id='");
}
if (section == "jkaparos") { document.write("teamNameOn"); }else{ document.write("teamName");}
document.write("'>Jim Kaparos</span><br>Vice President of Business Development</td>");


//***************************

document.write("<td valign='top' width='120' align='center'><a href='team_klanka.html'  ");
//if (section == "klanka") { document.write("class='borderOn'"); }else{ document.write("class='borderit'");}
if (section == "klanka") {
	document.write("><img src='images/team_klanka_on.jpg' name='kl' onMouseOver='document.kl.src=\"images/team_klanka_on.jpg\";' onMouseOut='document.kl.src=\"images/team_klanka_on.jpg\";'></a><span id='");
} else {
	document.write("><img src='images/team_klanka_off.jpg' name='kl' onMouseOver='document.kl.src=\"images/team_klanka_on.jpg\";' onMouseOut='document.kl.src=\"images/team_klanka_off.jpg\";'></a><span id='");
}
if (section == "klanka") { document.write("teamNameOn"); }else{ document.write("teamName");}
document.write("'>Kip Lanka</span><br>Vice President of Finance</td>");


//***************************

document.write("<td valign='top' width='120' align='center'><a href='team_cpurvis.html'  ");
//if (section == "cpurvis") { document.write("class='borderOn'"); }else{ document.write("class='borderit'");}
if (section == "cpurvis") {
	document.write("><img src='images/team_cpurvis_on.jpg' name='cp' onMouseOver='document.cp.src=\"images/team_cpurvis_on.jpg\";' onMouseOut='document.cp.src=\"images/team_cpurvis_on.jpg\";'></a><span id='");
} else {
	document.write("><img src='images/team_cpurvis_off.jpg' name='cp' onMouseOver='document.cp.src=\"images/team_cpurvis_on.jpg\";' onMouseOut='document.cp.src=\"images/team_cpurvis_off.jpg\";'></a><span id='");
}
if (section == "cpurvis") { document.write("teamNameOn"); }else{ document.write("teamName");}
document.write("'>Cliff Purvis</span><br>Vice President of Operations</td>");

//***************************

document.write("<td valign='top' width='120' align='center'><a href='team_gschmitt.html'  ");
//if (section == "gschmitt") { document.write("class='borderOn'"); }else{ document.write("class='borderit'");}
if (section == "gschmitt") {
	document.write("><img src='images/team_gschmitt_on.jpg' name='gs' onMouseOver='document.gs.src=\"images/team_gschmitt_on.jpg\";' onMouseOut='document.gs.src=\"images/team_gschmitt_on.jpg\";'></a><span id='");
} else {
	document.write("><img src='images/team_gschmitt_off.jpg' name='gs' onMouseOver='document.gs.src=\"images/team_gschmitt_on.jpg\";' onMouseOut='document.gs.src=\"images/team_gschmitt_off.jpg\";'></a><span id='");
}
if (section == "gschmitt") { document.write("teamNameOn"); }else{ document.write("teamName");}
document.write("'>Greg Schmitt</span><br>Director of Marketing and Strategic Planning</td>");

document.write("	</tr>");
document.write("	</table>");

}