var rootPath = "";
var subRootPath = "";

if (docPath=="site.html" || parentPath=="root") {
	var rootPath = "inside/";
	var subRootPath = "inside/";
	var subsubRootPath="inside/";
}
if (parentPath=="council" || parentPath=="vote" || parentPath=="commiss") {
	rootPath = "../";
	subRootPath = "../";
}

document.write("&nbsp;<a href='" + rootPath + "council.html' class='innerLink'>")
if (docPath=="council.html") {
	document.write ("<strong>City Council</strong></a>")
} else {
	document.write("City Council</a>")
}
if (parentPath=="council" || docPath=="council.html" || docPath=="site.html") {
	document.write("<br>&nbsp;&nbsp;&nbsp;<a href='" + subRootPath + "council/profiles.html' class='innerLink'>")
	if (docPath=="profiles.html") {
		document.write ("<strong>Council Profiles</strong></a>")
	} else {
		document.write ("Council Profiles</a>")
	}
	
}

document.write("<br>&nbsp;<a href='" + rootPath + "eda.html' class='innerLink'>")
if (docPath=="eda.html") {
	document.write ("<strong>Economic Dev. Auth.</strong></a>")
} else {
	document.write ("Economic Dev. Auth.</a>")
}	
document.write("<br>&nbsp;<a href='" + rootPath + "commiss.html' class='innerLink'>")
if (docPath=="commiss.html") {
	document.write ("<strong>Commissions</strong></a>")
} else {
	document.write ("Commissions</a>")
}	
if (parentPath=="commiss" || docPath=="commiss.html" || docPath=="site.html") {
	document.write("<br>&nbsp;&nbsp;&nbsp;<a href='" + subRootPath + "commiss/environ2003.html' class='innerLink'>")
	if (docPath=="environ2003.html") {
		document.write ("<strong>Environmental</strong></a>")
	} else {
		document.write ("Environmental</a>")
	}
	document.write ("<br>&nbsp;&nbsp;&nbsp;<a href='" + subRootPath + "commiss/parksc2003.html' class='innerLink'>")
	if (docPath=="parksc2003.html") {
		document.write ("<strong>Parks & Rec</strong></a>")
	} else {
		document.write ("Parks & Rec</a>")
	}
	document.write("<br>&nbsp;&nbsp;&nbsp;<a href='" + subRootPath + "commiss/planc2003.html' class='innerLink'>")
	if (docPath=="planc2003.html") {
		document.write ("<strong>Planning</strong></a>")
	} else {
		document.write ("Planning</a>")
	}
	document.write("<br>&nbsp;&nbsp;&nbsp;<a href='" + subRootPath + "commiss/seniorc.html' class='innerLink'>")
	if (docPath=="seniorc.html") {
		document.write ("<strong>Senior</strong></a>")
	} else {
		document.write ("Senior</a>")
	}
}
document.write("<br>&nbsp;<a href='" + rootPath + "../serv/finance.html' class='innerLink'>")
if (docPath=="finance.html") {
	document.write ("<strong>Finance</strong></a>")
} else {
	document.write ("Finance</a>")
}
document.write("<br>&nbsp;<a href='" + rootPath + "vote.html' class='innerLink'>")
if (docPath=="vote.html") {
	document.write ("<strong>Voting & Elections</strong></a>")
} else {
	document.write ("Voting & Elections</a>")
}
if (parentPath=="vote" || docPath=="vote.html" || docPath=="site.html") {
	document.write("<br>&nbsp;&nbsp;&nbsp;<a href='" + subRootPath + "vote/register.html' class='innerLink'>")
	if (docPath=="register.html") {
		document.write ("<strong>Registration</strong></a>")
	} else {
		document.write ("Registration</a>")
	}
	document.write ("<br>&nbsp;&nbsp;&nbsp;<a href='" + subRootPath + "vote/aballot.html' class='innerLink'>")
	if (docPath=="aballot.html") {
		document.write ("<strong>Absentee Ballots</strong></a>")
	} else {
		document.write ("Absentee Ballots</a>")
	}
	document.write("<br>&nbsp;&nbsp;&nbsp;<a href='" + subRootPath + "vote/precincts.html' class='innerLink'>")
	if (docPath=="precincts.html") {
		document.write ("<strong>Polling Places</strong></a>")
	} else {
		document.write ("Polling Places</a>")
	}
}
document.write("<br>&nbsp;<a href='" + rootPath + "code.html' class='innerLink'>")
if (docPath=="minutes.html") {
	document.write ("<strong>City Code</strong></a>")
} else {
	document.write ("City Code</a>")
}
document.write("<br>&nbsp;<a href='" + rootPath + "cable.html' class='innerLink'>")
if (docPath=="cable.html") {
	document.write ("<strong>Cable Channel 8</strong></a>")
} else {
	document.write ("Cable Channel 8</a>")
}