function popup(url) {
	window.open(url,'','status=no,menu=no,resizable=yes,width=300,height=200');
} 
