var fDesc=new Array(); fDesc[0] = "Opera ME 2011 Calendar is a features of Cairo, Alexandria and Istanbul cities.
This widget has all the bells and whistles. The theme are made to fit the look and feel of your Opera browser. It has included a few buttons you can use to show it off.
Now you can enjoy the widget directly from your desktop."; 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 = ''; } }