function popUpbio (URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('http://www.cata-log.org/cfm/pop-ups/' + URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,width=750,menubar=0,resizable=0,height=600');");
}

function popUpnewpage (URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('' + URL, '" + id + "', 'toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1');");
}

function popUpimg (URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('http://www.cata-log.org/images/' + URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,width=738,menubar=0,resizable=1,height=609');");
}
