// $Id: site.js,v 1.2 2004/01/13 02:15:59 lludwig Exp $
// Written by: Larry Ludwig (lludwig@empoweringmedia.com)

/* This is modified a bit so that you can declare any layer you want to hide. 
YOu can also create a "showLayer" function using the exact same code 
only switching "hidden" to "visible" */

function setmainwindow() {
    window.name='empoweringmedia';
}
