// JavaScript Document

	//Furniture and Fixture Design
	if (url == "port_CraftsmanBed.htm") {
		var port_CraftsmanBed = "portListOn"
	}
	if (url == "port_CraftsmanGate.htm") {
		var port_CraftsmanGate = "portListOn"
	}	
	if (url == "port_ResidentialFenceGate.htm") {
		var port_ResidentialFenceGate = "portListOn"
	}	
	if (url == "port_FireplaceMantel.htm") {
		var port_FireplaceMantel = "portListOn"
	}
	if (url == "port_Trellis.htm") {
		var port_Trellis = "portListOn"
	}	
	if (url == "port_Mirrors.htm") {
		var port_Mirrors = "portListOn"
	}
	if (url == "port_KitchenDining.htm") {
		var port_KitchenDining = "portListOn"
	}	
	if (url == "port_CustomShelving.htm") {
		var port_CustomShelving = "portListOn"
	}	
	if (url == "port_Cabinetry.htm") {
		var port_Cabinetry = "portListOn"
	}	
	if (url == "port_Chair.htm") {
		var port_Chair = "portListOn"
	}	
	if (url == "port_Conference.htm") {
		var port_Conference = "portListOn"
	}	
	if (url == "port_Dovetails.htm") {
		var port_Dovetails = "portListOn"
	}	
	if (url == "port_Receptionist.htm") {
		var port_Receptionist = "portListOn"
	}	
	
	document.write("<ul>");
	document.write("<li><img src='images/nav_port_handbuilt_on.gif' alt='Hand Built by RSS' /></li>");
	document.write("<li><a href='port_Cabinetry.htm' class='"+port_Cabinetry+"'>Cabinetry and Details</a></li>");
	document.write("<li><a href='port_Chair.htm' class='"+port_Chair+"'>Chair</a></li>");
	document.write("<li><a href='port_Conference.htm' class='"+port_Conference+"'>Conference Table</a></li>");
	document.write("<li><a href='port_CraftsmanBed.htm' class='"+port_CraftsmanBed+"'>Craftsman Style Bed</a></li>");
	document.write("<li><a href='port_CraftsmanGate.htm' class='"+port_CraftsmanGate+"'>Craftsman Style Gate</a></li>");
	document.write("<li><a href='port_CustomShelving.htm' class='"+port_CustomShelving+"'>Custom Shelving</a></li>");
	document.write("<li><a href='port_FireplaceMantel.htm' class='"+port_FireplaceMantel+"'>Fireplace Mantel</a></li>");
	document.write("<li><a href='port_Dovetails.htm' class='"+port_Dovetails+"'>Hand Cut Dovetails</a></li>");
	document.write("<li><a href='port_KitchenDining.htm' class='"+port_KitchenDining+"'>Kitchen and Dining</a></li>");
	document.write("<li><a href='port_Mirrors.htm' class='"+port_Mirrors+"'>Mirrors</a></li>");
	document.write("<li><a href='port_Receptionist.htm' class='"+port_Receptionist+"'>Receptionist Desk</a></li>");
	document.write("<li><a href='port_ResidentialFenceGate.htm' class='"+port_ResidentialFenceGate+"'>Residential Fence & Gate</a></li>");
	document.write("<li><a href='port_Trellis.htm' class='"+port_Trellis+"'>Trellis</a></li>");
	document.write("</ul>");