var fDesc=new Array(); fDesc[0] = "JSESAME is a JAVA application for providing a user-friendly graphical interface for H/V spectral ratio technique used in local site effect studies.

The program uses the functions of automatic window selection and H/V spectral ratio by executing external commands. The automatic window selection and H/V process are standalone applications developed in Fortran.

JSESAME is mainly a tool for organizing the input data, execute window selection and processing, and display the processing results. The software operates in Unix, Linux, Solaris, Macintosh and Windows environments."; 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 = ''; } }