	function popup(url) {
		window.open(url,'popup', 'toolbar=0,scrollbars=1,location=0,status=1,menubar=0,resizable=yes,width=450,height=450');
 }