function openTour() {
	var newWindow = window.open("http://www.tutortime.com/files/virtualtour_tt/tour.html?ttnLink=true","","height=400,width=600,menubar=0,location=0,scrollbars=0,status=0,titlebar=0,toolbar=0,resizable=0,");
	return true;
}
