// Main menu code - Third entry is for dropdown menu for works section
// Code for dropdown is in menuscript.js
// Styles are in mainstyle.css
document.write("<div name=\"mainmenu\" class=\"menutext\" style=\"position: absolute; left: 158px; top: 5px; z-index: 4;\"> ");
document.write("<a href=\"./index.shtml\">Home</a> ");
document.write("| <a href=\"./cv.html\">CV</a> ");
document.write("| <a href=\"default.htm\" onClick=\"return clickreturnvalue()\" onMouseover=\"dropdownmenu(this, event, menu1, \'200px\')\" onMouseout=\"delayhidemenu()\">Works</a> ");
document.write("| <a href=\"./purchase.html\">Works available to purchase</a> ");
document.write("| <a href=\"./contact.html\">Contact</a>  ");
document.write("</div>");
