function openPopup(url, title, width, height) { var options = "scrollbars=yes,status=no,location=no,width="+width+",height="+height; window.open(url, title, options); }