// JavaScript Document
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function courseSelection() {
var browserT = navigator.appName;
var browserV = navigator.appVersion;

var selection='';
if(browserT == 'Netscape'){
selection='<div class="topmenu"><strong><a href="open-courses.htm"> Course Selection</a></strong></div>';
}else{
selection+='<form name="course"><select name="menu1"  onChange="MM_jumpMenu(\'parent\',this,0)">';
selection+='<option selected value="#">Select a Course</option>';
selection+='<option value="#">---------------------------------</option>';
selection+='<option value="leadership-management-training-course-uk.htm">Management Courses</option>';
selection+='<option value="management-training-course-uk.htm">&nbsp;-&nbsp;The Senior Management-</option>';
selection+='<option value="management-training-course-uk.htm" >&nbsp;&nbsp;&nbsp;&nbsp;Programme</option>'
selection+='<option value="leadership-management-training-course.htm">&nbsp;-&nbsp;Leadership and Teambuilding</option>';
selection+='<option value="sales-management-training.htm">&nbsp;-&nbsp;Professional Sales</option>';
selection+='<option value="sales-management-training.htm">&nbsp;&nbsp&nbsp;&nbsp;Management</option>';
selection+='<option value="finance-for-non-financial-managers.htm">&nbsp;-&nbsp;Finance For Non-financial</option>';
selection+='<option value="uk-project-management-training.htm">&nbsp;-&nbsp;Project Management</option>';
selection+='<option value="uk-management-training.htm">&nbsp;-&nbsp;Intro to Management</option>';
selection+='<option value="coaching-skills.htm">&nbsp;-&nbsp;Performance Coaching</option>';
selection+='<option value="effective-time-management.htm">&nbsp;-&nbsp;Effective Time Management</option>';
selection+='<option value="inspirational-leadership-management-training-course.htm">&nbsp;-&nbsp;Inspirational Leadership</option>';
selection+='<option value="management-training-uk-the-executive-pa.htm" >&nbsp;-&nbsp;The Executive PA</option>'
selection+='<option value="#">---------------------------------</option>';
selection+='<option value="uk-sales-training.htm" >Sales Training Courses</option>';
selection+='<option value="professional-selling-skills.htm" >&nbsp;-&nbsp;Professional Selling Skills</option>';
selection+='<option value="major-account-selling.htm" >&nbsp;-&nbsp;Major Account Selling</option>';
selection+='<option value="professional-negotiating-skills.htm" >&nbsp;-&nbsp;Professional Negotiating</option>';
selection+='<option value="professional-negotiating-skills.htm" >&nbsp;&nbsp;&nbsp;&nbsp;Skills</option>';
selection+='<option value="telesales-training.htm" >&nbsp;-&nbsp;Telephone Selling</option>';
selection+='<option value="making-appointments-telephone.htm" >&nbsp;-&nbsp;Making Appointments</option>';
selection+='<option value="making-appointments-telephone.htm" >&nbsp;&nbsp;&nbsp;By Telephone</option>';
selection+='<option value="close-that-sale.htm" >&nbsp;-&nbsp;Close That Sale 2006</option>';
selection+='<option value="fee-negotiation.htm" >&nbsp;-&nbsp;Fee Negotiation for</option>';
selection+='<option value="fee-negotiation.htm" >&nbsp;&nbsp;&nbsp;Professionals</option>';
selection+='<option value="big-ticket-selling.htm" >&nbsp;-&nbsp;Big Ticket Selling</option>';

selection+='<option value="negotiation-training-courses-uk.htm" >&nbsp;-&nbsp;Negotiate To Win</option>';
selection+='<option value="#">---------------------------------</option>';
selection+='<option value="uk-communication-skill-training-uk.htm" >Communication Courses</option>';
selection+='<option value="effective-speaking-presentation.htm" >&nbsp;-&nbsp;Speaking and Presentation</option>';
selection+='<option value="train-the-trainer.htm" >&nbsp;-&nbsp;Train the Trainer</option>';
selection+='<option value="business-writing-skills.htm" >&nbsp;-&nbsp;Business Writing Skills</option>';
selection+='<option value="assertive-communication.htm" >&nbsp;-&nbsp;Assertive Communication</option>';
selection+='<option value="#">---------------------------------</option>';
selection+='<option value="customer-service-training-uk.htm" >Service Excellence Courses</option>';
selection+='<option value="customer-service-training-uk.htm" >&nbsp;-&nbsp;Service Excellence Skills</option>';
selection+='<option value="#">---------------------------------</option>';
selection+='<option value="management-development-training.htm" >Robin Fielder Seminars</option>';
selection+='<option value="inspirational-leadership-management-training-course.htm" >&nbsp;-&nbsp;Inspirational Leadership</option>';
selection+='<option value="big-ticket-selling.htm" >&nbsp;-&nbsp;Big Ticket Selling</option>';
selection+='<option value="#">---------------------------------</option>';
selection+='</select></form>';
}
document.write(selection); 
}