function launchwin(winurl,winname,winfeatures)  {
		var newwin
		newwin = window.open(winurl, winname, winfeatures)
	}
