function writeMenu() {
	document.write("<form name=\"submitform\" id=\"submitform\" method=\"post\">");
	document.write("<select name=\"menu1\" onchange=\"goToURL(this)\">");
	document.write("<option>Select Course...</option>");
	document.write("<optgroup label=\"Sales &amp; sales management training\" class=\"selecttitle\">");
	document.write("<option value=\"/services/sales-essentials.html\">Sales Essentials</option>");
	document.write("<option value=\"/services/world-class-selling.html\">World Class Selling</option>");
	document.write("<option value=\"/services/effective-sales.html\">Effective Sales Management</option>");
	document.write("<option value=\"/services/directing-key-accounts.html\">Directing Key Accounts</option>");
	document.write("<option value=\"/services/telesales-training.html\">Telesales</option>");
	document.write("<option value=\"/services/sales-personnel-assessment.html\">Sales Personnel Assessment</option>");
	document.write("</optgroup>");
	document.write("<optgroup label=\"Professional development\" class=\"selecttitle\">");
	document.write("<option value=\"/services/time-maximisation.html\">Time Maximisation</option>");
	document.write("<option value=\"/services/presentation-skills.html\">Presentations Skills</option>");
	document.write("<option value=\"/services/power-of-assertiveness.html\">Assertiveness &amp; Self Confidence</option>");
	document.write("<option value=\"/services/negotiate-to-win-win.html\">Negotiate to Win/Win</option>");
	document.write("</optgroup>");
	document.write("<optgroup label=\"General management\" class=\"selecttitle\">");
	document.write("<option value=\"/services/managers-blueprint.html\">Manager's Blueprint</option>");
	document.write("<option value=\"/services/coach-councel-control.html\">Coach, Counsel, Control</option>");
	document.write("<option value=\"/services/influencing-skills.html\">Superior Influencing Skills</option>");
	document.write("<option value=\"/services/train-the-trainer.html\">Train the Trainer</option>");
	document.write("</optgroup>");
	document.write("<optgroup label=\"Senior Executive Coaching\" class=\"selecttitle\">");
	document.write("<option value=\"/services/executive-dashboard.html\">The Executive Dashboard</option>");
	document.write("<option value=\"/services/advanced-leadership.html\">Advanced Leadership</option>");
	document.write("<option value=\"/services/one-to-one-executive-coaching.html\">One-to-one Executive Coaching</option>");
	document.write("</optgroup>");
	document.write("<optgroup label=\"Internal Communication\" class=\"selecttitle\">");
	document.write("<option value=\"/services/spence-communications.html\">Bringing the brand to life</option>");
	document.write("</optgroup>");
	document.write("</select></form>");
}