function external_link(URL) {
		window.open(URL,'new','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,width=800,height=600,resizable=yes');
}
