function popup(url){
window.open(url,'popup','scrollbars=no,toolbar=no,location=no,directories=no,menubar=no,resizable=no,width=580,height=570');
	}