var fDesc=new Array();
fDesc[0] = "SweetMollyGrace is a suite of freeware and shareware tools for automating work of rendering and animating molecules.
- Imports molecules in PDB, MOL XYZ format.
- Generates high quality images in raytracing (Povray and Raster3D).
- Imports and manages POV (and VRML) files generated by "ViewerLite 5.0",
MOLMOL, Molda, Cuemol, DeepView e BALLView (not included).
- Makes AVI, MPEG, GIF, MOV and FLIC animations.
- Makes pdb trajectory files YAPView (not included) can convert to animation
- Generates and views 3D files in different formats: VRML, DXF, 3DS, OBJ etc
- Makes and views Postscript (PS) images.";
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 = '';
}
}