function tm_win() {
	window.open('/museum/timemachine','tm','width=660, height=340, menubar=no, toolbar=no, scrollbars=no');
}

function wt_win() {
	window.open('/museum/worldtour','wt','width=660, height=340, menubar=no, toolbar=no, scrollbars=no');
}

/*
function tm_win() {
	window.open('timemachine.html','tm','width=660, height=340, menubar=no, toolbar=no, scrollbars=no');
}

function wt_win() {
	window.open('worldtour.html','wt','width=660, height=340, menubar=no, toolbar=no, scrollbars=no');
}
*/