function gogoPicker()
{

	var box = document.searchform1.selsub;
	var destination = box.options[box.selectedIndex].value;
	
	//alert('testtt:'+destination);	
	var lparams = destination;
  var newlink = 'http://www.weymouth.ac.uk/course-finder/subject_area/'+lparams+'.html';

	window.location = newlink;
	
}


