function popup(URL,widt,heigh) {
	window.open(URL, '','toolbar=no,menubar=no,scrollbars=yes,resizable=no,width='+widt+',height='+heigh+',top=60,left=60');
}
