function owin(w, h, nam) {
    specs = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistor=no,width=" + w + ",height=" + h;
    var imgWin = window.open(nam, "imgWindow", specs);
}
