/* leftcolumn.js */
//document.write('<div class="main-navigation">');
//document.write('  <div class="round-border-topright"></div>');
document.write('  <h1 class="first">Main Menu</h1>');

/* Navigation with grid style */
document.write('  <dl class="nav3-grid">');
document.write('    <dt><a href="index.php">Home</a></dt>');
document.write('    <dt><a href="about_update.php">About</a></dt>');
document.write('    <dt><a href="http://www.euro-fos.eu/" target="_blank">EURO-FOS Home</a></dt>');
/*document.write('      <dd><a href="#">Navlink 121</a></dd>');
document.write('      <dd><a href="#">Navlink 122</a></dd>');
document.write('      <dd><a href="#">Navlink 123</a></dd>');*/
document.write('    <dt><a href="activities_update.php">Activities</a></dt>');
document.write('    <dt><a href="documents_update.php">Documents</a></dt>');
//document.write('    <dt><a href="#">Virtual Laboratory</a></dt>');
//document.write('      <dd><a href="#">Resources</a></dd>');
//document.write('      <dd><a href="#">Experiments</a></dd>');
document.write('    <dt><a href="contact_update.php">Contact Helpdesk</a></dt>');
document.write('  </dl>');

/* Login form */
/*document.write('  <h1>User Login</h1>');
document.write('  <div class="loginform">');
document.write('    <form method="post" action="index.html">');
document.write('    <p><input type="hidden" name="rememberme" value="0" /></p>');
document.write('    <fieldset>');
document.write('      <p><label for="username_1" class="top">User:</label><br />');
document.write('      <input type="text" name="username_1" id="username_1" tabindex="1" class="field" value="" /></p>');
document.write('      <p><label for="password_1" class="top">Password:</label><br />');
document.write('      <input type="password" name="password_1" id="password_1" tabindex="2" class="field" value="" /></p>');
document.write('      <p><input type="checkbox" name="checkbox_1" id="checkbox_1" class="checkbox" tabindex="3" size="1" value="" /><label for="checkbox_1" class="right">Remember me</label></p>');
document.write('      <p><input type="submit" name="cmdweblogin" class="button" value="LOGIN"  /></p>');
document.write('      <p><a href="#" id="forgotpsswd_1">Password forgotten?</a></p>');
document.write('    </fieldset>');
document.write('    </form>');
document.write('  </div>');*/


/*EOF: last div*/
//document.write('</div>');
/* 
 * EOF: leftcolumn.js 
 */
