function writeMainMenu() {
document.write("<A HREF=showcase.php CLASS=menu>Project Showcase</A><BR><BR>"); 
document.write("<A HREF=transit.php CLASS=menu>Transit Stations</A><BR><BR>");
document.write("<A HREF=commercial.php CLASS=menu>Commercial</A><BR><BR>");
document.write("<A HREF=residential.php CLASS=menu>Residential</A><BR><BR>"); 
document.write("<A HREF=awards.php CLASS=menu>Awards</A><BR><BR>"); 
document.write("<A HREF=signage.php CLASS=menu>Signage</A><BR><BR>"); 
document.write("<A HREF=location.htm CLASS=menu>Location</A><BR><BR>"); 
document.write("<A HREF=\"javascript: popwin('contact.htm');\" CLASS=menu>Contact</A><BR><BR>"); 
document.write("<A HREF=news.php CLASS=menu>News</A><BR><BR>");
}

function writeSecMenu() {
document.write("<A HREF=about.htm CLASS=menu>About Us</A><BR><BR>"); 
document.write("<A HREF=featured.htm CLASS=menu>Featured Project</A><BR><BR>");
document.write("<A HREF=services.htm CLASS=menu>Custom Services</A><BR><BR>");
document.write("<A HREF=projects.htm CLASS=menu>Graphics-to-Glass</A><BR><BR>"); 
document.write("<A HREF=location.htm CLASS=menu>Location</A><BR><BR>"); 
document.write("<A HREF=shop_photos.htm CLASS=menu>Shop Photos</A><BR><BR>"); 
document.write("<A HREF=work_photos.htm CLASS=menu>Project Gallery</A><BR><BR>"); 
document.write("<A HREF=\"javascript: popwin('contact.htm');\" CLASS=menu>Contact</A><BR><BR>");
document.write("<A HREF=index.php CLASS=menu>HOME</A><BR><BR>");
document.write("Recent Projects - <BR>");
document.write(" &nbsp; <A HREF=\"murano.htm\" CLASS=menu_blue>Hotel Murano</A><BR>");
document.write(" &nbsp; <A HREF=\"columbian.htm\" CLASS=menu_blue>Columbian News Office</A><BR>");
document.write(" &nbsp; <A HREF=\"http://www.portlandstreetcar.org/shelterdesigns.php\" CLASS=menu_blue>Transit Shelters</A><BR>");
document.write(" &nbsp; <A HREF=\"nike.htm\" CLASS=menu_blue>Nike Office</A><BR>");
document.write(" &nbsp; <A HREF=\"uo.htm\" CLASS=menu_blue>University of Oregon</A><BR>");
document.write(" &nbsp; <A HREF=\"mastodon.htm\" CLASS=menu_blue>Mastodon</A><BR>");
}










