function show(name) { var newWindow = window.open(name,'popup','top=20,left=20,width=640,height=905,scrollbars=yes,resizable=yes,toolbar=no,status=no,menubar=no'); newWindow.focus(); return }