function popup(url){
	window.open(url,"","width=900,height=900,scrollbars=yes,resizable=yes,menubar=yes"); 
} 