function showhide(id){ 
if (document.getElementById){ 
obj = document.getElementById(id); 
if (obj.style.display == "none"){ 
obj.style.display = ""; 
} else { 
obj.style.display = "none"; 
} 
} 
}

function show(id){ 
if (document.getElementById){ 
obj = document.getElementById(id); 
if (obj.style.display == "none"){ 
obj.style.display = "";
}
} 
}

function hide(id){ 
if (document.getElementById){ 
obj = document.getElementById(id); 
obj.style.display = "none";
} 
}

<!-- open new window for links -->
function OPENWINDOW(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes,height=500,width=650");
}


function ChangeBack() {
document.home.src='images/h_home.gif';
document.offices.src='images/h_offices.gif';
document.conference.src='images/h_conference.gif';
document.systems.src='images/h_system.gif';
document.seating.src='images/h_seating.gif';
document.contact.src='images/h_contact.gif';
document.connect.src='images/whitepixel.gif';
document.big.src='images/pic_start.gif';
show('introtext');
return true;
}

function ChangeHome() {
document.home.src='images/h_home_on.gif';
document.connect.src='images/line_home.gif';
document.big.src='images/pic_home.gif';
return true;
}

function ChangeOffice() {
document.offices.src='images/h_offices_on.gif';
document.connect.src='images/line_office.gif';
document.big.src='images/pic_office.gif';
return true;
}

function ChangeConf() {
document.conference.src='images/h_conference_on.gif';
document.connect.src='images/line_conf.gif';
document.big.src='images/pic_conf.gif';
return true;
}

function ChangeSys() {
document.systems.src='images/h_system_on.gif';
document.connect.src='images/line_sys.gif';
document.big.src='images/pic_sys.gif';
return true;
}

function ChangeSeat() {
document.seating.src='images/h_seating_on.gif';
document.connect.src='images/line_seat.gif';
document.big.src='images/pic_seat.gif';
return true;
}

function ChangeContact() {
document.contact.src='images/h_contact_on.gif';
document.connect.src='images/line_contact.gif';
document.big.src='images/pic_contact.gif';
return true;
}


function HereWeAre(item) {
document.hereweare='document.' + (item) ;
return true;
}

function LogoBack(item) {
document.hereweare='document.' + (item) ;
document.hereweare.src='images/' + (item) + '.gif';
return true;
}



<!-- Begin
function FOOTER() {
document.write(' <hr size="1" color="A3A78D" width="834" noshade> ');
document.write('<a class="body2">');
document.write(' © 2005-2007 The Mayer Company, Inc.  All Rights Reserved. Site Created by ');
document.write(' <a class="link2" href="http://www.elliottgraphics.net" OnFocus="this.blur()"> ');
document.write(' WSI ');
document.write(' </a> ');
document.write('<a class="body2">');
document.write(' .&nbsp &nbsp Site Maintained by ');
document.write(' <a class="link2" href="http://www.bryanmolinaro.com" OnFocus="this.blur()"> ');
document.write(' Bryan Molinaro ');
document.write(' </a> ');
document.write('<a class="body2">');
document.write(' .&nbsp &nbsp Last Site Update December 14, 2007 <br>');
document.write(' <a class="sublink" href="index.html" OnFocus="this.blur()"> ');
document.write(' Home ');
document.write(' </a> ');
document.write(' <a class="header2"> ');
document.write(' &nbsp | &nbsp ');
document.write(' <a class="sublink" href="home.html" OnFocus="this.blur()"> ');
document.write(' Reception ');
document.write(' </a> ');
document.write(' <a class="header2"> ');
document.write(' &nbsp | &nbsp ');
document.write(' <a class="sublink" href="offices.html" OnFocus="this.blur()"> ');
document.write(' Offices ');
document.write(' </a> ');
document.write(' <a class="header2"> ');
document.write(' &nbsp | &nbsp ');
document.write(' <a class="sublink" href="conference.html" OnFocus="this.blur()"> ');
document.write(' Conference & Training ');
document.write(' </a> ');
document.write(' <a class="header2"> ');
document.write(' &nbsp | &nbsp ');
document.write(' <a class="sublink" href="systems.html" OnFocus="this.blur()"> ');
document.write(' Systems / Modular ');
document.write(' </a> ');
document.write(' <a class="header2"> ');
document.write(' &nbsp | &nbsp ');
document.write(' <a class="sublink" href="seating.html" OnFocus="this.blur()"> ');
document.write(' Seating ');
document.write(' </a> ');
document.write(' <a class="header2"> ');
document.write(' &nbsp | &nbsp ');
document.write(' <a class="sublink" href="contact.html" OnFocus="this.blur()"> ');
document.write(' About Us / Contact ');
document.write(' </a> ');
}
// End -->


function ChangeBack2() {
document.home.src='images/h_home2.gif';
document.offices.src='images/h_offices2.gif';
document.conference.src='images/h_conference2.gif';
document.systems.src='images/h_systems2.gif';
document.seating.src='images/h_seating2.gif';
document.contact.src='images/h_contact2.gif';
return true;
}

function ChangeHome2() {
document.home.src='images/h_home_on2.gif';
return true;
}

function ChangeOffice2() {
document.offices.src='images/h_offices_on2.gif';
return true;
}

function ChangeConf2() {
document.conference.src='images/h_conference_on2.gif';
return true;
}

function ChangeSys2() {
document.systems.src='images/h_systems_on2.gif';
return true;
}

function ChangeSeat2() {
document.seating.src='images/h_seating_on2.gif';
return true;
}

function ChangeContact2() {
document.contact.src='images/h_contact_on2.gif';
return true;
}

function ChangeBackOffice() {
document.home.src='images/h_home2.gif';
document.conference.src='images/h_conference2.gif';
document.systems.src='images/h_systems2.gif';
document.seating.src='images/h_seating2.gif';
document.contact.src='images/h_contact2.gif';
return true;
}

function ChangeBackConf() {
document.home.src='images/h_home2.gif';
document.offices.src='images/h_offices2.gif';
document.systems.src='images/h_systems2.gif';
document.seating.src='images/h_seating2.gif';
document.contact.src='images/h_contact2.gif';
return true;
}

function ChangeBackSystems() {
document.home.src='images/h_home2.gif';
document.offices.src='images/h_offices2.gif';
document.conference.src='images/h_conference2.gif';
document.seating.src='images/h_seating2.gif';
document.contact.src='images/h_contact2.gif';
return true;
}

function ChangeBackSeat() {
document.home.src='images/h_home2.gif';
document.offices.src='images/h_offices2.gif';
document.conference.src='images/h_conference2.gif';
document.systems.src='images/h_systems2.gif';
document.contact.src='images/h_contact2.gif';
return true;
}

function ChangeBackContact() {
document.home.src='images/h_home2.gif';
document.offices.src='images/h_offices2.gif';
document.conference.src='images/h_conference2.gif';
document.systems.src='images/h_systems2.gif';
document.seating.src='images/h_seating2.gif';
return true;
}