var fDesc=new Array(); fDesc[0] = "SWizard is a user-friendly program (supported OS: MS Windows 2000, Windows XP) for postprocessing of spectral data. A spectrum is convoluted as a sum of Gaussian, Lorentzian, or pseudo-Voigt functions.

For UV-Vis spectra, the program reads excitation energies and oscillator strengths directly from output files and produces electronic spectra of molecules in the ASCII data format.

For IR/Raman spectra, the program reads the vibrational frequencies and intensities directly from Gaussian or "free-format" files and produces vibrational spectra of molecules in the ASCII data format.

The generated SWizard data files can be readily imported to Excel, JPlot, KaleidaGraph, Origin, Quattro Pro, SigmaPlot or any other similar programs."; 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 = ''; } }