function museumtour(url) {
	newwindow=window.open(url,'museumtour','height=800,width=1000,scrollbars=yes,resizable=yes,toolbar=no');
	if (window.focus) {newwindow.focus()}
	return false;
}



