function popup(URL) {
   var url = URL;
   window.open(url.toString(),'Homewood','toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,resizable=yes,copyhistory=yes,scrollbars=yes,width=600,height=500');
}
