function zoomid(url) {
   window.open(url, '', 'left=100,top=100,width=480,height=420,resizable=no,scrollbars=no,location=no,toolbar=no');
   return false;
}