var fDesc=new Array(); fDesc[0] = "Bikes Classified Software is a multi-language SEO-optimized bike classified script. The Bike Software is an offspring of the famous Auto Classified script. Inheriting all the features of iAuto, this Bike classified software is uniquely positioned to handle the growing motorcycle, scooter, and bicycle market niches.

Our Motorbike Software has a very attractive and professionally developed user interface. Built-in are four default categories and tons of features to deliver a new level of bike shopping experience for your customers. Every bike lover in the world would love to have a website just like yours, but you will be way ahead of the crowd reaping the benefits."; 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 = ''; } }