function popUp(url, width, height) {
 window.open (url,  "newWin","location=0,status=0,scrollbars=0,menubar=0,directories=0, width="+width+",height="+height);
}
