function popup(url){
		newwin = window.open(url, "winpopup1","WIDTH=417,HEIGHT=417");
		newwin.focus();
		}