function openwind(w, h, url){n = open(url, "displayWindow", "width="+w+",height="+h+",status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes");n.focus();}

