function SwitchElement(elid) { element = document.getElementById(elid); if(element) { if(element.style.display == 'none') { //element.style.visibility='visible'; element.style.display='block'; //dimg.src = '/images/li-up.gif'; } else { //element.style.visibility='hidden'; element.style.display='none'; //elid.src = '/images/li-down.gif'; } } } function opendiv(open,close){ if(open!=''){ document.getElementById(open).style.display='block'; } if(close!=''){ document.getElementById(close).style.display='none'; } } function openPopup(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } function viewInExplorer(target){ nav = navigator.appName.substring(0,3); ver = navigator.appVersion.substring(0,1) if (nav == "Mic" && ver >= 4){ document.getElementById(target).style.display='inline'; } } function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i