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 mnuovr (ID,img){document.getElementById(ID).src = "templates/fdss2/images/" + img;}
