var fDesc=new Array(); fDesc[0] = "Kosmo-Desktop was implemented using the Java programming language and is developed from the JUMP platform and a big list of open source libraries of known prestige which are used in lots of free software projects, special mention for JTS.
One aspect that make a difference in Kosmo-Desktop is its design, with functionalities mostly aimed to the real and most common needs of the users. The "what must have" and the "how must be shown to the user" are designed from the users point of view."; 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 = ''; } }