function clearSearch(theValue){if (theValue == 'Site Search'){document.searchForm.searchBox.value = '';}}
function fillSearch(theValue){if (theValue == ''){document.searchForm.searchBox.value = 'Site Search';}}
var szs = new Array( '13px','14px','16px','17px' ); var startSz = 0;
function ts( trgt,inc ) { if (!document.getElementById) return;var d = document,cEl = null,sz = startSz,i,j,cTags;sz += inc;if ( sz < 0 ) sz = 0;if ( sz > 3 ) sz = 3;startSz = sz;if ( !( cEl = d.getElementById( trgt ) ) ) cEl = d.getElementsByTagName( trgt )[ 0 ];cEl.style.fontSize = szs[ sz ]; }
function to(){if ( document.styleSheets.item(0).disabled == true ){sSheet();} else {hSheet();}}
function hSheet(){void(document.styleSheets.item(0).disabled=true);}
function sSheet(){void(document.styleSheets.item(0).disabled=false);}
function showHide(ID){divHandler = document.getElementById("showHide" + ID);if (divHandler.style.display == "none"){divHandler.style.display="block";} else {divHandler.style.display="none";}}
