var fDesc=new Array(); fDesc[0] = "Unify PC Karaoke Software Basic Edition and Unify PC Karaoke Software Home Edition are right for you if you want to transform your pc into a karaoke jukebox. Unify PC Karaoke Software will help you to manage all music, karaoke songs, and movies in your computer. You can order songs by title, singer, singer image, title number, classification, country, language and find the songs you need quickly when singing. Besides, PC Karaoke Software helps you to layout and print songbook which is convenient for you to choose songs."; 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 = ''; } }