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 is a web builder that comes with all the tools needed to create, manage and publish your web projects to your host Internet site provider.

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

With easy to follow on-line tutorials, learning is easy! They will help along your way of building your web pages by teaching you how to select, resize and drag your widgets, pictures and text boxes inside your web page directly from any modern internet browsers!


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."; 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 = ''; } }