var fDesc=new Array();
fDesc[0] = "Doorway Page Wizard generates several doorway pages proven to work with major search engines.
Main features:
- Easy to use Wizard Interface: Doorway Page Wizard takes you through easy steps to create effective Doorway pages. You just have to enter some details and it fetches rest of the information by itself. Though a help file is included, we bet you won't have to use it.
- Fast: Doorway Page Wizard can create hundreds of doorway pages in a matter of minutes, a task if manually done will take many hours if not days to complete and a lot of hard work.
- Targeted Doorway Pages: Every Doorway page created is optimized and specially tuned for a particular keyword or keyphrase.";
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 = '';
}
}