﻿// topnavVSI.js

function topnavVSI() {
	document.writeln('<table width="640" border="0" cellspacing="2" cellpadding="2">');
	document.writeln('<tr><td colspan="3"><hr></td></tr>');
	document.writeln('<tr><td id="navlink" width="33%"><a href="http://www.villagesettlements.com/index.html">Home</a></td>');
	document.writeln('<td id="navlink" width="34%"><a href="http://www.villagesettlements.com/VSI/intro.html">Introduction</a></td>');
	document.writeln('<td id="navlink" width="33%"><a href="http://www.villagesettlements.com/VSI/attorneys.html">Our Attorneys</a></td></tr>');
	document.writeln('<tr><td id="navlink" width="33%"><a href="http://www.villagesettlements.com/VSI/staff.html">Our Staff</a></td>');
	document.writeln('<td id="navlink" width="34%"><a href="http://www.villagesettlements.com/VSI/settlement.html">The Settlement Process</a></td>');
	document.writeln('<td id="navlink" width="33%"><a href="http://www.villagesettlements.com/VSI/question.html">Ask a Question</a></td></tr>');
	document.writeln('<tr><td id="navlink" width="33%"><a href="http://www.villagesettlements.com/VSI/seminar-form.html">Continuing Education</a></td>');
	document.writeln('<td id="navlink" width="34%"><a href="http://www.villagesettlements.com/VSI/downloads.html">Download Forms &amp; Info</a></td>');
	document.writeln('<td id="navlink" width="33%"><a href="http://www.villagesettlements.com/VSI/contact.html">Contact &amp; Directions</a></td></tr>');
	document.writeln('<tr><td colspan="3"><hr></td></tr></table>')
	}