function openwin(dir,content,ext,w,h) {
   window.open(dir+"/"+content+"."+ext,content,
   'toolbar=yes,resizable=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,width='+w+',height='+h)
}
