function swapIn(iName){
eval("document."+iName+".src='/pageImgs/'+iName+'_o.jpg'");
}
function swapOut(iName){
eval("document."+iName+".src='/pageImgs/'+iName+'.jpg'");
}

// reader safe show/hide
function divOnOff(id) {
       var e = document.getElementById(id);
       if(e.style.display == 'block')
		e.style.display = 'none';		
       else
        e.style.display = 'block';
}

function clearInput(f){
if(f.value=='Search BSI site')f.value="";
}

// onselect function (currently not used)
function formNav( menuform )
{
selecteditem = menuform.countrylist.selectedIndex ;
countrylist = menuform.countrylist.options[selecteditem].value;
    if (selecteditem != 0) {
      location.href = countrylist ;
    }
}

//
  
//
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

//