var fDesc=new Array(); fDesc[0] = "Make your landscape photo unique, Using Magic Landscape Filter! Magic Landscape Filter is a professional and easy to use reversal film simulation filter software that can make your landscape photo more colorful and more vividly!
As we known reversal film are chosen by professional photographer, because it can offer better color reproduction. Through Magic Landscape Filter, you can convert your photo to professional reversal film photo in a few click!"; 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 = ''; } }