function popup(url) {
	var t = window.open(url,'popup','height=500,width=500,toolbar=no,location=no,menubar=no,resizable=yes,scrollbars=yes');
}