	var nav_contents = '';
	
	nav_contents += '<a href=\"index.html\">Home</a><br><br>';
	nav_contents += '<a href=\"about_us.html\">About Us</a><br><br>';
	nav_contents += '<a href=\"solutions.html\">Solutions</a><br><br>';
	nav_contents += '<a href=\"digital_home.html\">Digital Home</a><br><br>';
	nav_contents += '<a href=\"portfolio.html\">Portfolio</a><br><br>';
	nav_contents += '<a href=\"builder_info.html\">Builder Info</a><br><br>';
	nav_contents += '<a href=\"faqs.html\">FAQ\'s</a><br><br>';
	nav_contents += '<a href=\"contact.html\">Contact</a>';
	
	document.write( nav_contents );
	