var fDesc=new Array(); fDesc[0] = "The ultimate responsive web page generator system.
You add your information in a step by step interface and the program creates all the web page code for you, no programming knowledge needed. The only thing you need to do after the generation of the web pages is to upload the preferred web page to your web host.

Generate advanced responsive web pages in minutes.
The possibilities are limitless.We even include full working lightbox functionality in all the responsive webpages that you generate. You can add your own images, code, text, copyright, tags,menu/page name etc."; 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 = ''; } }