
function launch_vis7(this_window)
{
			
	var link = "qmv7/run001.html";

	var newwindow = window.open(link,"","scrollbars=no,location=no,status=yes,menu=no,toolbar=no,resizable=yes");
	if (window.focus) {newwindow.focus()}
			
}
