function flashMovie (swf, w, h)
{
	document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" width='"+ w +"' height='"+ h +"'>")
	document.write("<param name='movie' value='"+ swf +"' />")
	document.write("<param name='quality' value='high' />")
	document.write("<embed src='"+ swf +"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+ w +"' height='"+ h +"'></embed>")
	document.write("</object>")
}
function MM_reloadPage(init) { 
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


function pviiW3Cbg(obj, pviiColor) { //v1.1 by Project VII
	obj.style.backgroundColor=pviiColor
}


function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}


function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function menu(el) { 
  document.getElementById(el).style.visibility = "visible";
}

function out (el)
{
	document.getElementById(el).style.visibility = "hidden";
}
var aDivs = new Array("explore","visitor", "events", "about", "media", "contact", "venue");
 dayName="";
 monthName="";
 today = new Date();
 weekday = today.getDay();
			if (weekday == 0) dayName='Sunday';
			if (weekday == 1) dayName='Monday';
			if (weekday == 2) dayName='Tuesday';
			if (weekday == 3) dayName='Wednesday';
			if (weekday == 4) dayName='Thursday';
			if (weekday == 5) dayName='Friday';
			if (weekday == 6) dayName='Saturday';
 month = today.getMonth();
			if (month == 0) monthName='January';
			if (month == 1) monthName='Febuary';
			if (month == 2) monthName='March';
			if (month == 3) monthName='April';
			if (month == 4) monthName='May';
			if (month == 5) monthName='June';
			if (month == 6) monthName='July';
			if (month == 7) monthName='August';
			if (month == 8) monthName='September';
			if (month == 9) monthName='October';
			if (month == 10) monthName='November';
			if (month == 11) monthName='December';