var fDesc=new Array(); fDesc[0] = "CV One will allow you to create a unique and professional online video resume. You can also upload your transcripts, letters of recommendation and other documents, using a variety of templates. The process does not require advanced technical skills and is easy, hassle-free and secure.
Scholars, students, scientists, designers, writers and actors use CV One to stand out when applying for scholarships or funding, or to participate in contests or projects."; 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 = ''; } }