function openit (URL, winname){
     info=window.open(URL,winname,'toolbar=yes,menubar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes,width=600,height=400')
}