var fDesc=new Array(); fDesc[0] = "Change your Mac Address without rebooting your system. MAC Change is a network utility for Windows that allows you to spoofing Mac Address of your network card. A Mac (Media Access Control) is an unique identifier for any network card assigned by the IEEE (Institute of Electrical and Electronics Engineers). MAC Change also include a very useful database that contains all manufacturer of the card known as the Organisational Unique Identifier (OUI). The search functions allows you to find out related information through a pleasant graphical user interface."; 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 = ''; } }