function popup(url){
	newwindow=window.open(url,null,"height=420,width=700,status=yes,toolbar=no,menubar=no,location=no");
	if (window.focus) {
		newwindow.focus()
		}
}