function popup(theURL) {
var win=window.open(theURL,'entry_form','scrollbars=yes,resizable=yes,width=600,height=800');
win.focus();
}
