function tour(url) {
	newwindow=window.open(url,'tour','width=700,height=500');
	if (window.focus) {newwindow.focus()}
	return false;
}
