function popUp(page) {
so=eval("window.open('"+page+"','so','toolbar=0,scrollbars=1,location=0,status=0,menubars=0,resizable=1,width=500,height=400')")
so.focus();
}