function popup(pageURL,x,y)
{

 var newwin = window.open( pageURL, "_blank", "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=" + x + ",height=" + y + ",resizable=no" );

}

function LaunchPhotos(){
	
	document.location.href="photos.html"
	}
function LaunchTeam(){
	
	document.location.href="team.html"
	}

function LaunchSchedule(){
	
	document.location.href="schedule.html"
	}
function LaunchEvents(){
	
	document.location.href="events.html"
	}
function LaunchHistory(){
	
	document.location.href="history.html"
	}	
function LaunchFun(){
	
	document.location.href="funfacts.html"
	}	
function LaunchAbout(){
	
	document.location.href="about.html"
	}
function LaunchContact(){
	
	document.location.href="contact.html"
	}	
	