<!-- Begin
document.write(' <FORM NAME="SelectURL"> <SELECT NAME="choice" style="font-family:arial;font-size:11;font-weight:bold;color:#000000;background-color:#FFFFFF;width:150;"> ');

document.write(' <OPTION SELECTED VALUE="../professional/professional.htm">Professional Pages ');
document.write(' <OPTION VALUE="../professional/cv.htm">C.V. ');
document.write(' <OPTION VALUE="../professional/projectmanagement.htm">Project Management ');
document.write(' <OPTION VALUE="../professional/pfi.htm">PFI in the NHS ');
document.write(' <OPTION VALUE="../professional/morethanmoney.htm">More than Money ');
document.write(' <OPTION VALUE="../professional/workshops.htm">Workshops ');
document.write(' <OPTION VALUE="../professional/humour0.htm">Workplace Humour ');
document.write(' <OPTION VALUE="../professional/humour1.htm">- Job applications ');
document.write(' <OPTION VALUE="../professional/humour2.htm">- Job references ');
document.write(' <OPTION VALUE="../professional/humour3.htm">- Quotes from the Boss ');
document.write(' <OPTION VALUE="../professional/humour4.htm">- How to look busy ');
document.write(' <OPTION VALUE="../professional/humour5.htm">- How to looked stressed ');
document.write(' <OPTION VALUE="../professional/humour6.htm">- Work v Prision ');
document.write(' <OPTION VALUE="../professional/humour7.htm">- The Empirical Laws of... ');
document.write(' <OPTION VALUE="../professional/humourh1.htm">- The better patient ');
document.write(' <OPTION VALUE="../professional/humourh2.htm">- Doctor speak ');

document.write(' </SELECT> <INPUT TYPE=BUTTON style="border-style:outset;color:#ffffff;background:#008000;font-family:arial;font-size:10;font-weight:bold;text-align:center;width:auto;" VALUE = "GO" onClick="GoChoice(this.form)"> </FORM> ');
// End -->