function centerWindow(htmlPage,w,h) {var winl = (screen.width - w) / 2;var wint = ((screen.height - h) / 2)-25;winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',resizable=no,scrollbars=no,status=no'win = window.open(htmlPage,"bkAlmWnd", winprops)if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }}function resizeMaxWindow() { 	if(navigator.appVersion.charAt(0) >=4)	moveTo(screen.availLeft,screen.availTop);	window.resizeTo (screen.availWidth,screen.availHeight);	}function formWnd() {		glossary = window.open("","formWnd","width=480,height=530,toolbar=no,resizable=no,scrollbars=no,status=no,left=4,top=3")		glossary.focus();}function formWndScrllbrs() {		glossary = window.open("","formWndScrllbrs","width=480,height=650,toolbar=no,resizable=no,scrollbars=yes,status=no,left=4,top=3")		glossary.focus();}function openActuFWnd() {	opener.location="wbka2500F.htm";	window.close()	opener.focus();}function openCllctNWnd() {	opener.location="bka2501N.htm";	window.close()	opener.focus();}function openCllctFWnd() {	opener.location="bka2501F.htm";	window.close()	opener.focus();}function openActuNWnd() {	opener.location="bka2500N.htm";	window.close()	opener.focus();}function pauseActuWnd() {		tempo=setTimeout("moveActuWnd()",200)}function moveActuWnd() {	window.moveTo((screen.width-450)/2,(screen.height-120)/2);}function actuFWnd() {		glossary =window.open("bkaActuF.htm","actuFWnd","width=450,height=180,resizable=no,scrollbars=no,status=no,left=5,top=5")		glossary.focus();}function actuNWnd() {		glossary =window.open("bkaActuN.htm","actuNWnd","width=450,height=180,resizable=no,scrollbars=no,status=no,left=5,top=5")		glossary.focus();}