function popup_open(url, width, height){
	var options = "toolbar=no,scrollbars=no,menubar=no,location=no,status=no,resizable=no,width=" + width + ",height=" + height;
	msgWindow = window.open(url, "TourOpen", options);
}
