var fDesc=new Array(); fDesc[0] = "ShelfServer is written in Java so that it can run on Windows, Mac OS X, Linux, or most anything else where a JRE is available.
ShelfServer is a Java application and should run on Mac OS X, Linux, and Windows with a minimum of difficulty. ShelfServer uses Apple's Bonjour / ZeroConf API's which may need to be installed separately."; 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 = ''; } }