var fDesc=new Array(); fDesc[0] = "Facebook Icon will place an Internet Shortcut on Your Desktop. Hundreds of Facebook Icons that you can use for your website, chat, MSN, or any other uses. Custom made Facebook icons specially designed for your site. Facebook is a social utility that connects people with friends and others who work, study and live around them."; 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 = ''; } }