function unblur() {
this.blur();
}

function noline() {
if (!document.getElementById) return;
theLinks = document.getElementsByTagName("a");
for(i=0; i<theLinks.length; i++) {
theLinks[i].onfocus = unblur;
}
}

// Some variables

var base= "images/nav/"
var nrm = new Array();
var omo = new Array();
var stuff = new Array('about', 'committee', 'issue', 'qa', 'forms', 'community');
var select = -1;
var name2 = "";
var temp = 0;
var state = 0

// Pre-load part.

if (document.images)
{
	for (i=0;i<stuff.length;i++)
	{
		nrm[i] = new Image;
		nrm[i].src = "../../images/navOff.gif";
		omo[i] = new Image;
		omo[i].src = "../../images/navOn.gif";
	}
}

// The functions: first mouseover, then mouseout

function over(no)
{
	if (document.images && select != no)
	{
		document.images[stuff[no]].src = omo[no].src;
		}
}

function out(no)
{
	if (document.images && select != no)
	{
		document.images[stuff[no]].src = nrm[no].src;
		}
}

var straone
if (substate == "board") {
		straone ="<a href='../../aboutBoard.html' class='nav'>Board Members</a>";
		}
else {
		straone ="<a href='../../aboutBoard.html' class='nav'>Board Members</a>";
		}

var stratwo
if (substate == "meetings") {
		stratwo ="<a href='../../aboutMeetings.html' class='nav'>HOA Meetings</a>";
		}
else {
		stratwo ="<a href='../../aboutMeetings.html' class='nav'>HOA Meetings</a>";
		}
var strathree
if (substate == "committees") {
		strathree ="<a href='../../committee.html' class='nav'>Committees</a>";
		}
else {
		strathree ="<a href='../../committee.html' class='nav'>Committees</a>";
		}
var strafour
if (substate == "covenants") {
		strafour ="<a href='../../aboutCovenants.html' class='nav'>ByLaws and Covenants</a>";
		}
else {
		strafour ="<a href='../../aboutCovenants.html' class='nav'>ByLaws and Covenants</a>";
		}
var strafive
if (substate == "mgmnt") {
		strafive ="<a href='../../aboutMgmnt.html' class='nav'>Management Company</a>";
		}
else {
		strafive ="<a href='../../aboutMgmnt.html' class='nav'>Management Company</a>";
		}
var strasix
if (substate == "newsletter") {
		strasix ="<a href='../../aboutNewsletter.html' class='nav'>Newsletter</a><br><br>";
		}
else {
		strasix ="<a href='../../aboutNewsletter.html' class='nav'>Newsletter</a><br><br>";
		}


var strAboutUs
if (navstate == "about") {
		strAboutUs ="<tr><td valign='top' bgcolor='83786E'><img src='../../images/navOn.gif' width='32' height='27' name='about' border='0'></td>";
		strAboutUs +="<td valign='top' bgcolor='83786E'><a href='../../about.html'><img src='../../images/about.gif' width='137' height='27' name='about' border='0'></a></td></tr>";
		strAboutUs +="<tr><td bgcolor='83786E' valign='top'><img src='../../images/clearLtBrown.gif' width='32' height='1' border='0'></td><td bgcolor='83786E' valign='top'>";
		strAboutUs +=straone;
		strAboutUs +="</td></tr>";
		strAboutUs +="<tr><td bgcolor='83786E' valign='top'><img src='../../images/clearLtBrown.gif' width='32' height='1' border='0'></td><td bgcolor='83786E' valign='top'>";
		strAboutUs +=stratwo;
		strAboutUs +="</td></tr>";
		strAboutUs +="<tr><td bgcolor='83786E' valign='top'><img src='../../images/clearLtBrown.gif' width='32' height='1' border='0'></td><td bgcolor='83786E' valign='top'>";
		strAboutUs +=strathree;
		strAboutUs +="</td></tr>";
		strAboutUs +="<tr><td bgcolor='83786E' valign='top'><img src='../../images/clearLtBrown.gif' width='32' height='1' border='0'></td><td bgcolor='83786E' valign='top'>";
		strAboutUs +=strafour;
		strAboutUs +="</td></tr>";
		strAboutUs +="<tr><td bgcolor='83786E' valign='top'><img src='../../images/clearLtBrown.gif' width='32' height='1' border='0'></td><td bgcolor='83786E' valign='top'>";
		strAboutUs +=strafive;
		strAboutUs +="</td></tr>";
		strAboutUs +="<tr><td bgcolor='83786E' valign='top'><img src='../../images/clearLtBrown.gif' width='32' height='1' border='0'></td><td bgcolor='83786E' valign='top'>";
		strAboutUs +=strasix;
		strAboutUs +="</td></tr>";

		}
else {
		strAboutUs ="<tr><td valign='top' bgcolor='83786E'><img src='../../images/navOff.gif' width='32' height='27' name='about' border='0'></td>";
		strAboutUs +="<td width='137' valign='top' bgcolor='5C5952'><a href='../../about.html' onmouseover=over(0) onmouseout=out(0)>";
		strAboutUs +="<img src='../../images/about.gif' width='137' height='27' name='image1' border='0'></a></td></tr>";
		}
		

var strCommitteeone
if (substate == "common") {
		strCommitteeone ="<a href='../../commonCommittee.html' class='nav'>Common Area</a>";
		}
else {
		strCommitteeone ="<a href='../../commonCommittee.html' class='nav'>Common Area</a>";
		}
var strCommitteetwo
if (substate == "communications") {
		strCommitteetwo ="<a href='../../communicationsCommittee.html' class='nav'>Communications</a><br>";
		}
else {
		strCommitteetwo ="<a href='../../communicationsCommittee.html' class='nav'>Communications</a><br>";
		}
var strCommitteethree
if (substate == "social") {
		strCommitteethree ="<a href='../../socialCommittee.html' class='nav'>Social</a><br><br>";
		}
else {
		strCommitteethree ="<a href='../../socialCommittee.html' class='nav'>Social</a><br><br>";
		}

var strCommittee
if (navstate == "committee") {
		strCommittee ="<tr><td valign='top' bgcolor='83786E'><img src='../../images/navOn.gif' width='32' height='27' name='committee' border='0'></td>";
		strCommittee +="<td width='137' valign='top' bgcolor='5C5952'><a href='../../committee.html'><img src='../../images/committee.gif' width='137' height='27' name='image1' border='0'></a></td></tr>";
		strCommittee +="<tr><td bgcolor='83786E' valign='top'><img src='../../images/clearLtBrown.gif' width='32' height='1' border='0'></td><td bgcolor='83786E' valign='top'>";
		strCommittee +=strCommitteeone;
		strCommittee +="</td></tr>";
		strCommittee +="<tr><td bgcolor='83786E' valign='top'><img src='../../images/clearLtBrown.gif' width='32' height='1' border='0'></td><td bgcolor='83786E' valign='top'>";
		strCommittee +=strCommitteetwo;
		strCommittee +="</td></tr>";
		strCommittee +="<tr><td bgcolor='83786E' valign='top'><img src='../../images/clearLtBrown.gif' width='32' height='1' border='0'></td><td bgcolor='83786E' valign='top'>";
		strCommittee +=strCommitteethree;
		strCommittee +="</td></tr>";

	
		}
else {
		strCommittee ="<tr><td valign='top' bgcolor='83786E'><img src='../../images/navOff.gif' width='32' height='27' name='committee' border='0'></td>";
		strCommittee +="<td width='137' valign='top' bgcolor='5C5952'><a href='../../committee.html' onmouseover=over(1) onmouseout=out(1)>";
		strCommittee +="<img src='../../images/committee.gif' width='137' height='27' name='image1' border='0'></a></td></tr>";
		}
		
var strIssue
if (navstate == "issue") {
		strIssue ="<tr><td valign='top' bgcolor='83786E'><img src='../../images/navOn.gif' width='32' height='27' name='issue' border='0'></td>";
		strIssue +="<td width='137' valign='top' bgcolor='5C5952'><a href='../../issue.html'><img src='images/issue.gif' width='137' height='27' border='0'></a></td></tr>";
		}
else {

		strIssue ="<tr><td valign='top' bgcolor='83786E'><img src='../../images/navOff.gif' width='32' height='27' name='issue' border='0'></td>";
		strIssue +="<td width='137' valign='top' bgcolor='5C5952'><a href='../../issue.html' onmouseover=over(2) onmouseout=out(2)>";
		strIssue +="<img src='../../images/issue.gif' width='137' height='27' border='0'></a></td></tr>";
		}

var strQAtwo
if (substate == "form") {
		strQAtwo ="<a href='../../qaForm.html' class='nav'>Submit A Question</a><br><br>";
		}
else {
		strQAtwo ="<a href='../../qaForm.html' class='nav'>Submit A Question</a><br><br>";
		}

var strQA
if (navstate == "qa") {
		strQA ="<tr><td valign='top' bgcolor='83786E'><img src='../../images/navOn.gif' width='32' height='27' name='qa' border='0'></td>";
		strQA +="<td width='137' valign='top' bgcolor='5C5952'><a href='../../qaFaqs.html'><img src='../../images/faqs.gif' width='137' height='27' border='0'></a></td></tr>";
		strQA +="<tr><td bgcolor='83786E' valign='top'><img src='../../images/clearLtBrown.gif' width='32' height='1' border='0'></td><td bgcolor='83786E' valign='top'>";
		strQA +=strQAtwo;
		strQA +="</td></tr>";
		}
else {

		strQA ="<tr><td valign='top' bgcolor='83786E'><img src='../../images/navOff.gif' width='32' height='27' name='qa' border='0'></td>";
		strQA +="<td width='137' valign='top' bgcolor='5C5952'><a href='../../qaFaqs.html' onmouseover=over(3) onmouseout=out(3)>";
		strQA +="<img src='../../images/faqs.gif' width='137' height='27' border='0'></a></td></tr>";
		}
		
var strFormsone
if (substate == "et") {
		strFormsone ="<a href='../../formsETForm.html' class='nav'>Dues-ET Form</a>";
		}
else {
		strFormsone ="<a href='../../formsETForm.html' class='nav'>Dues-ET Form</a>";
		}
var strQAtwo
if (substate == "design") {
		strFormstwo ="<a href='../../formsDesignReview.html' class='nav'>Design Review Form</a><br><br>";
		}
else {
		strFormstwo ="<a href='../../formsDesignReview.html' class='nav'>Design Review Form</a><br><br>";
		}

var strForms
if (navstate == "forms") {
		strForms ="<tr><td valign='top' bgcolor='83786E'><img src='../../images/navOn.gif' width='32' height='27' name='forms' border='0'></td>";
		strForms +="<td width='137' valign='top' bgcolor='5C5952'><a href='../../forms.html'><img src='../../images/forms.gif' width='137' height='27' border='0'></a></td></tr>";
		}
else {

		strForms ="<tr><td valign='top' bgcolor='83786E'><img src='../../images/navOff.gif' width='32' height='27' name='forms' border='0'></td>";
		strForms +="<td width='137' valign='top' bgcolor='5C5952'><a href='../../forms.html' onmouseover=over(4) onmouseout=out(4)>";
		strForms +="<img src='../../images/forms.gif' width='137' height='27' border='0'></a></td></tr>";
		}

var strCommunity
if (navstate == "community") {
		strCommunity ="<tr><td valign='top' bgcolor='83786E'><img src='../../images/navOn.gif' width='32' height='27' name='community' border='0'></td>";
		strCommunity +="<td width='137' valign='top' bgcolor='5C5952'><a href='../../community.html'><img src='../../images/community.gif' width='137' height='27' name='image1' border='0'></a></td></tr>";
		}
else {
		strCommunity ="<tr><td valign='top' bgcolor='83786E'><img src='../../images/navOff.gif' width='32' height='27' name='community' border='0'></td>";
		strCommunity +="<td width='137' valign='top' bgcolor='5C5952'><a href='../../community.html' onmouseover=over(5) onmouseout=out(5)>";
		strCommunity +="<img src='../../images/community.gif' width='137' height='27' name='image1' border='0'></a></td></tr>";
		}

	
var strLeftNav
strLeftNav = "<table cellpadding='0' cellspacing='0' border='0' bgcolor='83786E'>";
strLeftNav += "<tr><td bgcolor='5C5952' colspan='2'><img src='../../images/clearBrown.gif' width='169' height='3' border='0'></td></tr>";
strLeftNav += strAboutUs;
strLeftNav += "<tr><td bgcolor='5C5952' colspan='2'><img src='../../images/clearBrown.gif' width='169' height='3' border='0'></td></tr>";
strLeftNav += strCommittee;
strLeftNav += "<tr><td bgcolor='5C5952' colspan='2'><img src='../../images/clearBrown.gif' width='169' height='3' border='0'></td></tr>";
strLeftNav += strIssue;
strLeftNav += "<tr><td bgcolor='5C5952' colspan='2'><img src='../../images/clearBrown.gif' width='169' height='3' border='0'></td></tr>";
strLeftNav += strQA;
strLeftNav += "<tr><td bgcolor='5C5952' colspan='2'><img src='../../images/clearBrown.gif' width='169' height='3' border='0'></td></tr>";
strLeftNav += strForms;
strLeftNav += "<tr><td bgcolor='5C5952' colspan='2'><img src='../../images/clearBrown.gif' width='169' height='3' border='0'></td></tr>";
strLeftNav += strCommunity;
strLeftNav += "<tr><td bgcolor='5C5952' colspan='2'><img src='../../images/clearBrown.gif' width='169' height='3' border='0'></td></tr>";
strLeftNav += "</table>";
document.write (strLeftNav);
document.close();


			
			
		