function activeXFix(getElmtID){
	document.write(document.getElementById(getElmtID).innerHTML);
	document.getElementById(getElmtID).id = "";
}

function wopen() {	
	window.open('/catalog/holdings.htm','newwin','resizable=no,scrollbars=yes,screenX=0,screenY=0,width=827,height=530,top=100,left=170')
}
