

// swap images
function di(id,name)
{
  if (document.images)
    document.images[id].src=eval(name+".src");   
}

//toggles layer visibility on and off

function show(id) {
	document.getElementById(id).style.visibility = "visible";
	document.getElementById(id).style.zIndex = "200";

	//if (timer)
  //{
   // window.clearTimeout(timer);
   // timer = 0;
  //}
}
function hide(id) {
	document.getElementById(id).style.visibility ="hidden";
}


var notice = ''+
'<div id="notice"><img src="http://www.arteast.org/images/i_pen.gif" align="left" style="margin-right: 2px; margin-bottom: 30px;"><b>Membership Mtgs</b><br>1st Monday quarterly, Feb, May, Aug, Nov, 6:30pm<br>at <a href="studio.htm">UP Front [art]</a><div></div></div>'+
'<div id="social" style="padding-left: 100px;"><a href="#" onclick="hide(\'social\');"><img src="http://www.arteast.org/images/notice.gif"></a></div>';

var footer = ''+
'Copyright &copy; 2007 - 2009, artEAST. All Rights Reserved. <span style="padding-left: 390px;"><a href="http://www.arteast.org/photocredits.htm"  onclick="NewWindow(this.href,\'credits\',\'150\',\'180\',\'no\',\'center\');return false">Photo Credits</a>';