
    var isNav, isIE;
    if(parseInt(navigator.appVersion) >= 4) {
      if(navigator.appName == "Netscape")
        isNav = true
      else
        isIE = true;
    }
    /* checks while typing*/
    function maxlengthCheck(txt, evtThis, maxlength){
      if(txt.value.length >= maxlength){
        if (isIE)
          event.keyCode = 0 // IE
        else
          return false;  // Netscape
        maxlengthHack(txt, maxlength);
        return false;
      }
    }
    /* checks for pasted in text, etc*/
    function maxlengthHack(txt, maxlength){
      if(txt.value.length >= maxlength){
        txt.value = txt.value.substring(0,maxlength);
      }
    }


<!--
var Path='/lib/mcmahanphoto/';

function CngGreeting(obj){
index=obj.selectedIndex;
if (index<1){ return; }
document.getElementById('ImgGreeting').src=Path+obj.options[index].id;
}
//-->

<!--
var Path='/lib/mcmahanphoto/';

function CngEnvelope(obj){
index=obj.selectedIndex;
if (index<1){ return; }
document.getElementById('ImgEnvelope').src=Path+obj.options[index].id;
}
//-->

<!--
var Path='/lib/mcmahanphoto/';

function CngFont(obj){
index=obj.selectedIndex;
if (index<1){ return; }
document.getElementById('ImgFont').src=Path+obj.options[index].id;
}
//-->

<!--
var Path='/lib/mcmahanphoto/';

function CngInk(obj){
index=obj.selectedIndex;
if (index<1){ return; }
document.getElementById('ImgInk').src=Path+obj.options[index].id;
}
//-->



<!--
function load() {
var load = window.open('charges.html','','scrollbars=yes,menubar=no,height=550,width=450,resizable=yes,toolbar=no,location=no,status=no,window.moveTo(15, 15');
}
// -->


<!--
function SelectVerse() {

window.name = 'CardPage';
var SelectVerse = window.open
('verses.html','','scrollbars=yes,menubar=no,height=550,width=450,resizable=yes,toolbar=no,location=no,status=no');
}
// -->

<!--
function SelectHVerse() {

window.name = 'CardPage';
var SelectVerse = window.open('hverses.html','','scrollbars=yes,menubar=no,height=550,width=450,resizable=yes,toolbar=no,location=no,status=no');
}
// -->

<!--
function SelectVerseBCV() {

window.name = 'CardPage';
var SelectVerse = window.open
('verses-bcv.html','','scrollbars=yes,menubar=no,height=550,width=450,resizable=yes,toolbar=no,location=no,status=no');
}
// -->

<!--
function SelectVerseBCH() {

window.name = 'CardPage';
var SelectVerse = window.open
('verses-bch.html','','scrollbars=yes,menubar=no,height=550,width=450,resizable=yes,toolbar=no,location=no,status=no');
}
// -->

<!--
function SelectVerseBCRH() {

window.name = 'CardPage';
var SelectVerse = window.open
('verses-bcrh.html','','scrollbars=yes,menubar=no,height=550,width=450,resizable=yes,toolbar=no,location=no,status=no');
}
// -->

<!--
function SelectVerseBCPBH() {

window.name = 'CardPage';
var SelectVerse = window.open
('verses-bcpbh.html','','scrollbars=yes,menubar=no,height=550,width=450,resizable=yes,toolbar=no,location=no,status=no');
}
// -->

<!--
function SelectVerseBCYH() {

window.name = 'CardPage';
var SelectVerse = window.open
('verses-bcyh.html','','scrollbars=yes,menubar=no,height=550,width=450,resizable=yes,toolbar=no,location=no,status=no');
}
// -->

<!--
function SelectVerseBCRV() {

window.name = 'CardPage';
var SelectVerse = window.open
('verses-bcrv.html','','scrollbars=yes,menubar=no,height=550,width=450,resizable=yes,toolbar=no,location=no,status=no');
}
// -->

<!--
function SelectVerseBCRH() {

window.name = 'CardPage';
var SelectVerse = window.open
('verses-bcrh.html','','scrollbars=yes,menubar=no,height=550,width=450,resizable=yes,toolbar=no,location=no,status=no');
}
// -->

<!--
function SelectVerseBCRYH() {

window.name = 'CardPage';
var SelectVerse = window.open
('verses-bcryh.html','','scrollbars=yes,menubar=no,height=550,width=450,resizable=yes,toolbar=no,location=no,status=no');
}
// -->

<!--
function SelectVerseBCRYV() {

window.name = 'CardPage';
var SelectVerse = window.open
('verses-bcryv.html','','scrollbars=yes,menubar=no,height=550,width=450,resizable=yes,toolbar=no,location=no,status=no');
}
// -->

<!--
function SelectVerseBCTH() {

window.name = 'CardPage';
var SelectVerse = window.open
('verses-bcth.html','','scrollbars=yes,menubar=no,height=550,width=450,resizable=yes,toolbar=no,location=no,status=no');
}
// -->

