// JavaScript Document
if ((document.domain == "www.bickfordtheatre.org") || (document.domain.indexOf("bickfordtheatre.org") != -1) ){
//	alert("bickford");
	location.href="http://www.morrismuseum.org/static/bickford/bickford.html";
}else{
	if ((document.domain != "192.168.100.80") && (document.domain != "192.168.10.137") && (document.domain != "www.morrismuseum.org")){
		location.href = "http://www.morrismuseum.org";
	}
}
function openBickford(){
        secondWin=window.open("/static/bickford/bickford.html", "theWin", "toolbar=yes,location=no,directories=no,resizable=yes,status=no,menubar=no,scrollbars=yes,height=550,width=790");
}
function openGuinness(){
        secondWin=window.open("/static/collections/guinness/guinness.html", "theWin", "toolbar=no,location=no,directories=no,resizable=yes,status=no,menubar=no,scrollbars=yes,height=450,width=600");
}
function openRentals(){
        secondWin=window.open("/static/about/rentals/slideshow/01.html", "theWin", "toolbar=no,location=no,directories=no,resizable=no,status=no,menubar=no,scrollbars=no,height=465,width=580");
}

//Popup windows...
	wnum = 0;
	function popup(href){
	if(href.length > 0){
		wnum++;
		window.open(href, "window"+wnum, 
"toolbar=no,location=no,directories=no,resizable=yes,status=no,menubar=no,scrollbars=yes,height=450,width=600");
		}
	}
//...Popup windows
