var rootPath = "";
var subRootPath = "";
var subsubRootPath = "";
if (docPath=="site.html" || parentPath=="root") {
	rootPath="season/";
	subRootPath="season/";
	subsubRootPath="season/";
}
if (parentPath=="about" || parentPath=="res") {
	rootPath = "../";
	subRootPath = "../";
	subsubRootPath = "";
}
	document.write("&nbsp;<a href='" + rootPath + "pondscum.html' class='innerLink'>")
	if (docPath=="pondscum.html") {
		document.write ("<strong>Green Pond Scum</strong></a>")
	} else {
		document.write ("Green Pond Scum</a>")
	}
	document.write ("<br>&nbsp;<a href='" + rootPath + "falllawn.html' class='innerLink'>")
	if (docPath=="falllawn.html") {
		document.write ("<strong>Fall Lawn Care</strong></a>")
	} else {
		document.write ("Fall Lawn Care</a>")
	}
	document.write ("<br>&nbsp;<a href='" + rootPath + "firesafe.html' class='innerLink'>")
	if (docPath=="firesafe.html") {
		document.write ("<strong>Fire Safety</strong></a>")
	} else {
		document.write ("Fire Safety</a>")
	}
document.write("<br>&nbsp;<a href='" + rootPath + "recfire.html' class='innerLink'>")
if (docPath=="recfire.html") {
	document.write ("<strong>Recreational Fires</strong></a>")
} else {
	document.write ("Recreational Fires</a>")
}	
document.write("<br>&nbsp;<a href='" + rootPath + "fireworks.html' class='innerLink'>")
if (docPath=="fireworks.html") {
	document.write ("<strong>Fireworks</strong></a>")
} else {
	document.write ("Fireworks</a>")
}
document.write("<br>&nbsp;<a href='" + rootPath + "leafscor.html' class='innerLink'>")
if (docPath=="leafscor.html") {
	document.write ("<strong>Leaf Scorch</strong></a>")
} else {
	document.write ("Leaf Scorch</a>")
}
document.write("<br>&nbsp;<a href='" + rootPath + "mulch.html' class='innerLink'>")
if (docPath=="mulch.html") {
	document.write ("<strong>Free Mulch</strong></a>")
} else {
	document.write ("Free Mulch</a>")
}
document.write("<br>&nbsp;<a href='" + rootPath + "treeprun.html' class='innerLink'>")
if (docPath=="treeprun.html") {
	document.write ("<strong>Tree Pruning</strong></a>")
} else {
	document.write ("Tree Pruning</a>")
}
document.write("<br>&nbsp;<a href='" + rootPath + "../serv/engineer/waterres.html' class='innerLink'>Water Restrictions</a>")
document.write("<br>&nbsp;<a href='" + rootPath + "../serv/pw/hydrant.html' class='innerLink'>Hydrant Flushing</a>")
document.write("<br>&nbsp;<a href='" + rootPath + "../serv/pw/wparking.html' class='innerLink'>Winter Parking</a>")
