<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var line_color 	= "0000ff"	// LINE UNDER MENU COLOR
var line_height = "1"		// LINE UNDER MENU HEIGHT


// START TOP LINE CODE
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#'+line_color+'" height="'+line_height+'"><tr><td align="left">');
document.write('<IMG SRC="picts/spacer.gif" width="10" height="'+line_height+'"><br>');
document.write('</td></tr></table>');

document.write('<TABLE cellpadding="0" cellspacing="2" border="0"><tr><td align="left" nowrap>');

// START MENU LINKS
document.write('<font color="#3300CC"><b> Welcome Voters </b></font> | ');
document.write('<a href="index.php"> Home</a> | ');
document.write('<a href="locate.php">Locate A Candidate</a> | ');
document.write('<a href="locatecom.php">View Candidate Comments</a> | ');
document.write('<a href="education.php">Educational Workshops</a> | ');
// document.write('<a href="./blog">Blog</a> | ');
document.write('<a href="voters.php">Voters</a> | ');
document.write('<a href="tellafriend.php">Tell A Friend</a> | ');
document.write('<a href="contact.php">Contact </a> ');
document.write('</td></tr></table>');
document.write('<hr color="#3300CC" size="1px">');
document.write('<TABLE cellpadding="0" cellspacing="1" border="0"><tr><td align="left" nowrap>');
document.write('<font color="#3300CC"><b> Welcome Candidates </b></font> | ');
document.write('<a href="about.php">About Allcan</a> | ');
document.write('<a href="allcanform.php"> Candidate Form</a> | ');
document.write('<a href="comments.php">Comment Form</a> | ');
document.write('<a href="login.php">Login</a> | ');
// document.write('<a href="blogrules.php"> Blog Rules</a> | ');
// document.write('<a href="login.php">Login</a> | ');
document.write('<a href="position.php">Securing A Position</a> | ');
document.write('<a href="links.php">Links</a> ');
//document.write('<a href="site_map.htm">Site Map</a>');

document.write('<img src="picts/spacer.gif" height="5" width="10"><br>');
document.write('</td></tr></table>');




// START BOTTOM LINE CODE
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#'+line_color+'" height="'+line_height+'"><tr><td align="left">');
document.write('<IMG SRC="picts/spacer.gif" width="10" height="'+line_height+'"><br>');
document.write('</td></tr></table>');

//  End -->
