function popUp(url, w, h) {
window.open(url,"", "Toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width="+w+",height="+h+"")
}

