var fDesc=new Array(); fDesc[0] = "DCV Editor is a program that will help you create, save and send via the Internet you curriculum vitae (CV). It is intended for individuals, employers, Internet recruiters and others. It is a very useful and handy program. The CV created with DCV Editor will contain all vital information about the candidate, and your CV won’t be lost among the others, as usually occurs with paper CVs. The CV is saved in a digital format. You’ll be offered to fill in the forms, such as personal information, address, situation, study matrix, placements, languages, career and so on. Also you can attach your photo, 10-15 multimedia files or a digital film in AVI format or other document to your CV. There is a text editor, which lets you paste some information from other files. You can protect your CV from any unauthorized changes or amendments. The CV created using this technology will be placed in the electronic database, where the employers who use DCV program and CVBase Management & Query System can see your CV.
Moreover, you don’t need the web browser or e-mail to send the ready CV, as the program has a built-in transmitting system. Moreover, you will receive periodically Recipients Address Book, with the addresses of employers, recruiter’s databases and organizations which have the CVBase System.
For the users convenience the program’s developers created a special logo and offer the employers to use it in newspaper advertising or on different websites, in order job seekers can see that they use this technology and can send their CVs."; 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 = ''; } }