function PopUp(U,W,H){var L=(screen.width-W)/2;var T=(screen.height-H)/2;var PopIt=window.open(U,"PopUp","width="+W+",height="+H+",top="+T+",left="+L+",status=no,scrollbars=yes,resizable=yes,menubar=no");}
function LC(X, Y) { var Z=eval(X); if (Z.value.length>Y) Z.value=Z.value.substring(0, Y);}
function AddToNotebook(){if(document.BMF.D.value!=""){document.BMF.submit();}else{alert("This page cannot be stored in your notebook.");}}