function popup (url,title,x,y) { window.open(url, title, "toolbar=no,menubar=no,location=no,scrollbars=no,status=no,width=" + x + ",height=" + y); }