<!-- Begin MENU

// NOTE: If you use a ' add a slash before it like this \'


var menuside	= "left"	// MENU SIDE | left, right or center
var menuspace	= "10"		// MENU END SPACING



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menutable"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="18"></a><br>');


document.write('</td><td>');
document.write('<a href="index.html" class="menu">Home</a>');



document.write('</td><td>');
document.write('<a href="about.htm" class="menu">About Us</a>');



document.write('</td><td>');
document.write('<a href="services.htm" class="menu">Legal Services</a>');



document.write('</td><td>');
document.write('<a href="internships.htm" class="menu">Internships</a>');



document.write('</td><td>');
document.write('<a href="donate.htm" class="menu">Donate</a>');





// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON


document.write('</td><td>');
document.write('<a href="contact.htm" class="menu">Contact</a>');



// END LINKS


document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="18"></a><br>');
document.write('</td></tr></table>');


//  End -->