var fDesc=new Array(); fDesc[0] = "AirLive MFP Server Utilities is a program for wfp-151U router. Server List will auto search the MFP Servers in the network. Select the MFP Server you wan to setup and click “Next” to continue. You can define the location or other information of the MFP Server for easy to find the MFP by filling “MFP Server Description”."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }