var fDesc=new Array(); fDesc[0] = "Desktop-3D Notes will keep your desk clean and clutter free while still allowing you the luxury of having sticky notes. Any color is available for any Desktop-3D Note. Never have to worry about finding a pen and a paper or a sticky note, Desktop-3D Notes have an unlimited supply and is so very easy to use and quick to open.
Desktop-3D Notes are so realistic looking you would probably try to take them off your monitor only to find out that they exist within the monitor. Desktop-3D Notes are very beautiful, professional, clean and easy to use."; 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 = ''; } }