Direct Link http://oskicat.berkeley.edu/record=b15574777~S1
Select location to text:
';
var itms = document.getElementById('bib_items');
var tr = itms.getElementsByTagName('TR');
for (i = 1; i < tr.length; i++) {
var x = tr[i].getElementsByTagName('TD');
if (x.length === 6) { // if there are only 6 cells (like our ITEM table)
var loc = trim(x[0].innerHTML.replace(/(<([^>]+)>| )/ig,""));
var call = trim(x[1].innerHTML.replace(/(<([^>]+)>| )/ig,""));
var status = trim(x[2].innerHTML.replace(/(<([^>]+)>| )/ig,""));
var qualified_status = trim(x[3].innerHTML.replace(/(<([^>]+)>| )/ig,""));
var has_qualified_status = (qualified_status !== "" ? true : false);
// If we're on the first row, check it
var chck = (i === 1 ? " checked " : "");
if (i <= 4) {
out +=
'