var details=new Array()

if (idi == 'vault-login') {idi=1}
details[1]='Members - log in here.'
if (idi == 'vault-login2') {idi=2}
details[2]='<p>If you\'re already a member, log in by typing your member password above. Click the "Forgot your password?" link if you\'ve forgotten it.'
if (idi == 'whats-new') {idi=3}
details[3]='<table border bgcolor="#ffff00" width=180><tr><td> <strong>What\'s New</strong> <p> <a href="newsletter.html">Subscribe to newsletter</a> </td></tr></table>'
if (idi == 'menu-bottom') {idi=4}
details[4]='<a href="http://mirrorworlds2011.com/category.php?cat=32">Venue</a>  | <a href="http://mirrorworlds2011.com/page.php?page=120">Programme</a> | <a href="http://vsplugins.com/clients/mirrorw/expression-of-interest.html">Expressions of Interest</a> | <a href="http://mirrorworlds2011.com/page.php?page=119">About Albany</a> | <a href="http://mirrorworlds2011.com/page.php?page=123">Accommodation</a> | <a href="http://mirrorworlds2011.com/page.php?page=115">Volunteers</a> | <a href="http://mirrorworlds2011.com/index.php">Home</a>'
if (idi == 'menu-top') {idi=5}
details[5]='<ul> 			<li><a href="http://mirrorworlds2011.com/category.php?cat=32">Venue</a></li> 			<li><a href="http://mirrorworlds2011.com/page.php?page=120">Programme</a></li>             <li><a href="http://vsplugins.com/clients/mirrorw/expression-of-interest.html">Expressions of Interest</a></li>             <li><a href="http://mirrorworlds2011.com/page.php?page=119">About Albany</a></li>             <li><a href="http://mirrorworlds2011.com/page.php?page=123">Accommodation</a></li>             <li><a href="http://mirrorworlds2011.com/page.php?page=115">Volunteers</a></li>             <li><a href="http://mirrorworlds2011.com/index.php">Home</a></li> </ul>'

document.write(details[idi])
ident=''

