var fDesc=new Array(); fDesc[0] = "OpenBEXI is a powerful free WYSIWYG website editor for Internet.This will allow you to edit and see your texts, pictures and all your other widgets from the OpenBexi Editor exactly like they will appear once they are published with the OpenBEXI publisher!

OpenBEXI integrates picture browser, simile timeline, DOJO toolkit like editor, calendars, form input validations, and grids that allow web developers to quickly develop intelligent web-based applications.

OpenBEXI is an Open Source software and an experimental Builder Editor using the newest web technologies available. Many are doing it- Google, Wikipedia and Firefox. We're all sharing the codes, the ideas and the efforts with each other!"; 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 = ''; } }