var fDesc=new Array(); fDesc[0] = "It really helps to be around the forums, blogs and the video sections of IADP, but most times the information is scattered and so time consumding. I have put down a step by step approach that should help submit your application for validation. On tha packaging front we have only one blog on creating a MSI package, if anyone could add on with a write up on creating a rpm & deb package it would be great. Great work to the guys who have created the blogs, videos articles guys, you just made a lot of lives easier."; 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 = ''; } }