var fDesc=new Array();
fDesc[0] = "There is no need to pay Huge moneys then you can get our software for free!
NOBEDS - universal Hotel, Hostel, Apartments accounting & management system.
Cross platform support
No difficult install
Hotel / Hostel accounting system
Apartments accounting system
Custom company invoices
Automatic reservation approval & email generator
Automatic invoice & email generator
Staff ranking
Custom charts & reports
Availability calendar
Fast filtering
Android / Apple contacts synchronization
Personal land page
Availability calendar script";
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 = '';
}
}