var fDesc=new Array(); fDesc[0] = "NanoSync is a simple application which allows you to upload and download files to
or from your iPhone, iPod and iPad over WiFi. NanoSync will automatically convert wav files and aif files to the best format for use with NanoStudio as they are uploaded to the device."; 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 = ''; } }