var fDesc=new Array(); fDesc[0] = "Easy2Convert JPG to DDS (jpg2dds) is a tiny freeware for converting JPEG files (.jpg, .jpeg, .jpe) to DirectDraw Surface files (.dds) easily and quickly. This free converter exports DDS Mipmap Levels as well.

Easy2Convert JPG to DDS will be useful if you often need to convert JPEG files (.jpg) to DirectDraw Surface files (.dds). This is a free image converter that can be used by regular users who work with jpg images and dds files."; 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 = ''; } }