


var menuside		= "left"	// MENU LEFT OR RIGHT SIDE
var menuspace		= "5"		// MENU END SPACING
var headerline		= "yes"		// SHOW LINE OVER THE HEADER
var linecolor		= "999999"	// LINE COLOR


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" WIDTH="100%" class="menubackground"><tr><td align="'+menuside+'" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="25"></a><br>');



// START LINKS //

document.write('</td><td nowrap>');
document.write('<a href="home.php" class="menu">Welcome</a>');
document.write('</td><td nowrap>');

document.write('<a href="overview.php" class="menu">Overview</a>');
document.write('</td><td nowrap>');

document.write('<a href="development.php" class="menu">Development</a>');

document.write('</td><td nowrap>');
document.write('<a href="maps.php" class="menu">Maps</a>');

document.write('</td><td nowrap>');
document.write('<a href="news.php" class="menu"> News</a>');

document.write('</td><td nowrap>');
document.write('<a href="clients.php" class="menu">Clients</a>');

document.write('</td><td nowrap>');
document.write('<a href="resources.php" class="menu">Resources</a>');

document.write('</td><td nowrap>');
document.write('<a href="contact_us.php" class="menu">Contact</a>')








document.write('</td><td WIDTH="2">');
document.write('<img src="picts/menu-end.gif" width="1" height="25"></a><br>');
document.write('</td><td WIDTH="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="25"></a><br>');
document.write('</td></tr></table>');
   if (headerline == "yes") {
document.write('</td></td><tr><td bgcolor="#'+linecolor+'" height="1">');
document.write('<IMG SRC="picts/spacer.gif" HEIGHT="1" WIDTH="50" border="0"><br>');
}
document.write('</td></tr></table>');



