function go_to_station(){
	if (document.stationform.stationselect.options[0].selected){
		window.location.href = "#";}	
	else if (document.stationform.stationselect.options[1].selected)		
	{	window.location.href = "adobe_courses.htm";}
	else if (document.stationform.stationselect.options[2].selected)		
	{	window.location.href = "apple_courses.htm";}	
	else if (document.stationform.stationselect.options[3].selected)		
	{	window.location.href = "autocad_courses.htm";}	
	else if (document.stationform.stationselect.options[4].selected)		
	{	window.location.href = "elearning-program.htm";}
	else if (document.stationform.stationselect.options[5].selected)		
	{	window.location.href = "microsoft_courses.htm";}	
	else if (document.stationform.stationselect.options[6].selected)		
	{	window.location.href = "oracle_courses.htm";}
	else if (document.stationform.stationselect.options[7].selected)		
	{	window.location.href = "onsite-training.htm";}	 
	else if (document.stationform.stationselect.options[8].selected)		
	{	window.location.href = "programming_courses.htm";}	 
	else if (document.stationform.stationselect.options[9].selected)		
	{	window.location.href = "security_courses.htm";}	 
	else if (document.stationform.stationselect.options[10].selected)		
	{	window.location.href = "specilized-program_courses.htm";}	 
	return true;	
	} 

function go_to_certification(){
	if (document.certform.stationselect.options[0].selected){
		window.location.href = "#";}	
	else if (document.certform.stationselect.options[1].selected)		
	{	window.location.href = "cisco_courses.htm";}
	else if (document.certform.stationselect.options[2].selected)		
	{	window.location.href = "microsoft-certifications.htm";}	
	else if (document.certform.stationselect.options[3].selected)		
	{	window.location.href = "php-certifications.htm";}	
	else if (document.certform.stationselect.options[4].selected)		
	{	window.location.href = "comptia-certifications.htm";}
	else if (document.certform.stationselect.options[5].selected)		
	{	window.location.href = "linux-certifications.htm";}	
	else if (document.certform.stationselect.options[6].selected)		
	{	window.location.href = "mysql-certifications.htm";}
	else if (document.certform.stationselect.options[7].selected)		
	{	window.location.href = "sunjava-certifications.htm";}
	else if (document.certform.stationselect.options[8].selected)		
	{	window.location.href = "vmware-certifications.htm";}
	return true;	
	}
