<!-- hide from none JavaScript Browser
tab1x = new Image(225,35);
tab1x.src = "img/home_of.gif";
tab1o = new Image(225,35);
tab1o.src = "img/home_on.gif";
tab2x = new Image(200,35);
tab2x.src = "img/contractor_of.gif";
tab2o = new Image(200,35);
tab2o.src = "img/contractor_on.gif";
tab3x = new Image(201,30);
tab3x.src = "img/information_of.gif";
tab3o = new Image(201,30);
tab3o.src = "img/information_on.gif";
tab4x = new Image(201,30);
tab4x.src = "img/click.gif";
tab4o = new Image(201,30);
tab4o.src = "img/clickx.gif";
function tab1n() {document.tab_homeowner.src = tab1o.src;return true;}
function tab1f() {document.tab_homeowner.src = tab1x.src;return true;}
function tab2n() {document.tab_contractor.src = tab2o.src;return true;}
function tab2f() {document.tab_contractor.src = tab2x.src;return true;}
function tab3n() {document.tab_information.src = tab3o.src;return true;}
function tab3f() {document.tab_information.src = tab3x.src;return true;}
function tab4n() {document.tab_click.src = tab4o.src;return true;}
function tab4f() {document.tab_click.src = tab4x.src;return true;}
// stop hiding -->
