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 = "kursus-adobe.htm";}
	else if (document.stationform.stationselect.options[2].selected)		
	{	window.location.href = "kursus-apple.htm";}	
	else if (document.stationform.stationselect.options[3].selected)		
	{	window.location.href = "kursus-autocad.htm";}	
	else if (document.stationform.stationselect.options[4].selected)		
	{	window.location.href = "kursus-cisco.htm";}		 
	else if (document.stationform.stationselect.options[5].selected)		
	{	window.location.href = "kursus-comptia.htm";}		 
	else if (document.stationform.stationselect.options[6].selected)		
	{	window.location.href = "kursus-java.htm";}		 
	else if (document.stationform.stationselect.options[7].selected)		
	{	window.location.href = "kursus-microsoft.htm";}		 
	else if (document.stationform.stationselect.options[8].selected)		
	{	window.location.href = "kursus-microsoft_certified.htm";}		 
	else if (document.stationform.stationselect.options[9].selected)		
	{	window.location.href = "kursus-pclinux.htm";}		 
	else if (document.stationform.stationselect.options[10].selected)		
	{	window.location.href = "kursus-php_mysql.htm";}		 
	else if (document.stationform.stationselect.options[11].selected)		
	{	window.location.href = "kursus-oracle.htm";}		 
	else if (document.stationform.stationselect.options[12].selected)		
	{	window.location.href = "kursus-programming.htm";}	 
	else if (document.stationform.stationselect.options[13].selected)		
	{	window.location.href = "kursus-security.htm";}	 
	else if (document.stationform.stationselect.options[14].selected)		
	{	window.location.href = "kursus-specilized-program.htm";}		
	return true;	
	}
