var input = "none";

function showmenu(input) {

if (input != "home") { document.write('<a href=/babybook/indexen.html onmouseover="domTT_activate(this, event, \'content\', \'Start Page of Rod and Rena&acute;s Babybook\', \'trail\', true, \'delay\', 0);">Home</a><br /><br />');}
else { document.write('Home<br /><br />');}

if (input != "about") { document.write('<a href=/babybook/about/indexen.html onmouseover="domTT_activate(this, event, \'content\', \'About the site owners Rena and Roderick\', \'trail\', true, \'delay\', 0);">About</a><br /><br />');}
else { document.write('About</a><br /><br />');}

if (input != "development") { document.write('<a href=/babybook/development/indexen.html onmouseover="domTT_activate(this, event, \'content\', \'Information about the development of the embryo over time.\', \'trail\', true, \'delay\', 0);">Development</a><br /><br />');}
else { document.write('Development<br /><br />');}


if (input != "glossary") { document.write('<a href=/babybook/glossary/indexen.html onmouseover="domTT_activate(this, event, \'content\', \'Description of uncommon words on this website\', \'trail\', true, \'delay\', 0);">Glossary</a><br /><br />');}
else { document.write('Glossary<br /><br />');}


if (input != "weblog") { document.write('<a href=http://www.wahrweb.org/babyblog/index.php onmouseover="domTT_activate(this, event, \'content\', \'Day-to-day journal and events of Rod and Rena during Rena&acute;s pregnancy in a Blog\', \'trail\', true, \'delay\', 0);">Babybook Web Log</a>&nbsp;<img src=http://www.wahrweb.org/babybook/_img/redani.gif /><br /><br />');}
else { document.write('Babybook Web Log<br /><br />');}


if (input != "photo") { document.write('<a href=/babybook/album/indexen.html onmouseover="domTT_activate(this, event, \'content\', \'Our Photo Album related to Rena&acute;s pregnancy.\', \'trail\', true, \'delay\', 0);">Photos</a><br /><br />');}
else { document.write('Photos<br /><br />');}


if (input != "links") { document.write('<a href=/babybook/links/indexen.html onmouseover="domTT_activate(this, event, \'content\', \'Links to websites on the internet refering to pregnancy\', \'trail\', true, \'delay\', 0);">Baby Links</a><br /><br />');}
else { document.write('Baby Links<br /><br />');}


if (input != "sitemap") { document.write('<a href=/babybook/sitemapen.html onmouseover="domTT_activate(this, event, \'content\', \'Site map with pages containing content.\', \'trail\', true, \'delay\', 0);">Site Map</a><br /><br />');}
else { document.write('Site Map<br /><br />');}

}
