function AdminCall(url) { newwindow=window.open(url,'admin','height=500,width=1000'); if (window.focus) {newwindow.focus()} return false; } 

