function menu_goto( menuform )
{

  var baseurl = '' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="chgoto" method="get">');
document.writeln( '<select name="url" onchange="menu_goto(this.form)">');
document.writeln( '<option>Preregistration Trainee Pharmacist Courses</option>');

document.writeln( '<option></option>');

	document.writeln( '<option value="http://www.buttercups.co.uk/Website/law-and-ethics-for-pharmacists-technicians.nsf/lookupcontent/index.html!opendocument">22) Law and Ethics for Pharmacists and Technicians</option>');
	document.writeln( '<option value="http://www.buttercups.co.uk/Website/nhs.nsf/lookupcontent/index.html!opendocument">37) Preregistration Pharmacist Programme (NHS)</option>');
	document.writeln( '<option value="http://www.buttercups.co.uk/website/prereg-residential-2011-2012.nsf/LookupContent/Index.html!OpenDocument">63) Preregistration Pharmacist Programme 2011 - 2012 (Residential Events)</option>');
	document.writeln( '<option value="http://www.buttercups.co.uk/website/prereg-medipharmacy-2011-2012.nsf/LookupContent/Index.html!OpenDocument">64) Preregistration Pharmacist Programme 2011 - 2012 (Medipharmacy)</option>');
	document.writeln( '<option value="http://www.buttercups.co.uk/website/prereg-burrows-and-close-2011-2012.nsf/lookupcontent/index.html!opendocument">65) Preregistration Pharmacist Programme 2011 - 2012 (Burrows and Close)</option>');
	document.writeln( '<option value="http://www.buttercups.co.uk/website/prereg-monthly-2011-2012.nsf/lookupcontent/index.html!opendocument">66) Preregistration Pharmacist Programme 2011 - 2012 (Monthly Study Days)</option>');
	document.writeln( '<option value="http://www.buttercups.co.uk/website/prereg-pharmaco-2011-2012.nsf/lookupcontent/index.html!opendocument">67) Preregistration Pharmacist Programme 2011 - 2012 (Pharmaco Monthly Study Days)</option>');
	document.writeln( '<option value="http://www.buttercups.co.uk/website/prereg-dl-2011-2012.nsf/LookupContent/Index.html!OpenDocument">71) Preregistration Distance Learning Programme 2011 - 2012</option>');
	document.writeln( '<option value="http://www.buttercups.co.uk/website/health-improvement.nsf/lookupcontent/index.html!opendocument">72) Level 2 Award in Understanding Health Improvement</option>');	
	document.writeln( '<option value="http://www.buttercups.co.uk/Website/health-improvement-invigilators.nsf/lookupcontent/index.html!opendocument">72) Level 2 Award in Understanding Health Improvement (Invigilator\'s Website)</option>');
	document.writeln( '<option value="http://www.buttercups.co.uk/Website/prereg-law-and-ethics.nsf/lookupcontent/index.html!opendocument">77) Law and Ethics Support Materials</option>');

document.writeln( '<option></option>');

document.writeln( '</select>' );
document.writeln( '</form>' );




