<!-- Begin

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

// MENU OPTIONS


var bottomspace		= "40"		// MENU BOTTOM SPACE
var menuspace		= "36"		// SPACE BETWEEN TOP/BOTTOM MENU
var menutop		= "10"		// MENU TOP SPACING




document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('<tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


// START LINKS //


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


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="services.html" class="menu">Services</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="sebprocess.html" class="menu">The SEB Process</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="news.html" class="menu">News & Press</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="testimonials.html" class="menu">Testimonials</a>');


// END TOP LINKS //


document.write('</td></tr><tr><td align="center" class="bottomline">');
document.write('<img src="images/spacer.gif" width="175" height="'+menuspace+'"></a><br>');




// START BOTTOM LINKS //


document.write('</td></tr><tr><td nowrap class="topline">');
document.write('<a href="availableproperties.html" class="menu">Available Properties</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="managedproperty.html" class="menu">Managed Properties</a>');

document.write('</td></tr><tr><td align="center" class="bottomline">');
document.write('<img src="images/spacer.gif" width="175" height="'+menuspace+'"></a><br>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="directions.html" class="menu">Directions</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contactus.html" class="menu">Contact Us</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="requestforinfo.php" class="menu">Information Request</a>');

// END BOTTOM LINKS //






document.write('</td></tr><tr><td align="center" class="bottomline">');

document.write('<img src="images/spacer.gif" width="175" height="'+bottomspace+'"></a><br>');








document.write('</td></tr></table>');

//  End -->