 		function winopen(url,stuff,morestuff) {
 			window.open(url,stuff,morestuff).focus();
 		}
