

// 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"></div>';
//'<div id="notice"><img src="images/i_pen.gif" align="left" style="margin-right: 2px; margin-bottom: 20px;"><b>Re*Generation</b><br>April 7th<br><a href="events.htm" class="grey">Details</a></div>'+
//'<div id="social"><a href="#" onclick="hide(\'social\');"><img src="images/holiday_2007.gif"></a></div>';
//'<div id="social2"><a href="#" onclick="hide(\'social2\');"><img src="images/social_051607.jpg"></a></div>';