// the function to activate rangejump form above

function rangejump(srang) {
document.getElementById('srange').value=srang;
document.smform_2.submit();
} // end rangejump function

// the function to activate catjump form above
function catjump(scat) {
document.getElementById('skat').value=scat;
document.smform_1.submit();
} // end catjump function

// function to swap menudivs
function menyswap(doozer) {
document.getElementById('swap_box').innerHTML=document.getElementById(doozer).innerHTML;
}

// function to do site search with form above
function sm_sitesearch() {
document.smform_3.keywordsearch.value = document.getElementById('sm_searchword').value;
document.smform_3.submit();
}

// onload to swap in sm_close buttons to start with is in BODY tag of index.php

