var newWindow = null
function popup(url,name,w,h) {
CLIENT=window.open(url,name,"scrollbars=yes,resizable=no,menubar=no,location=no,width=" + w + ",height=" + h )
CLIENT.focus();
}