function popInfo(url)
{
   link_window = window.open(url,'newwindow','width=1000,height=800,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes');
   link_window.focus()
}
