<!--

function go_to_sb_home(){
    //START Home Section Links            
	if (document.home.sbselect.options[1].selected)
		{window.location.href = "http://www.mtakarate.com/Home/promotions.shtml";}
	else if (document.home.sbselect.options[2].selected)
		{window.location.href = "http://www.mtakarate.com/Home/langley.shtml";}
	else if (document.home.sbselect.options[3].selected)
		{window.location.href = "http://www.mtakarate.com/Home/events.shtml";}
	else if (document.home.sbselect.options[4].selected)
		{window.location.href = "http://www.mtakarate.com/Home/black_belt_club.shtml";}
	else if (document.home.sbselect.options[5].selected)
		{window.location.href = "http://www.mtakarate.com/Home/academic_achiever_progam.shtml";}
	else if (document.home.sbselect.options[6].selected)
		{window.location.href = "http://www.mtakarate.com/Home/swat_team.shtml";}
	else if (document.home.sbselect.options[7].selected)
		{window.location.href = "http://www.mtakarate.com/Home/schools.shtml";}
	else if (document.home.sbselect.options[8].selected)
		{window.location.href = "http://www.mtakarate.com/Home/links.shtml";}
	else if (document.home.sbselect.options[9].selected)
		{window.location.href = "http://www.mtakarate.com/Home/student_recognition.shtml";}
	else if (document.home.sbselect.options[10].selected)
		{window.location.href = "http://www.mtakarate.com/Home/student_of_the_month.shtml";}
	else if (document.home.sbselect.options[11].selected)
		{window.location.href = "http://www.mtakarate.com/Home/mta_karate_academy_in_the_news.shtml";}
	else if (document.home.sbselect.options[121].selected)
		{window.location.href = "http://www.mtakarate.com/Home/kubudo_training.shtml";}
	else if (document.home.sbselect.options[13].selected)
		{window.location.href = "http://www.mtakarate.com/Home/hyungs.shtml";}
	else if (document.home.sbselect.options[14].selected)
		{window.location.href = "http://www.mtakarate.com/Home/questions_and_answers.shtml";}
	//END Home Section Links
	
	return true;
}
	
function go_to_sb_information(){	
	//START Information Section Links
	if (document.information.sbselect.options[1].selected)
		{window.location.href = "http://www.mtakarate.com/Information/about_mta_karate_academy.shtml";}
	else if (document.information.sbselect.options[2].selected)
		{window.location.href = "http://www.mtakarate.com/Information/mta_code.shtml";}
	else if (document.information.sbselect.options[3].selected)
		{window.location.href = "http://www.mtakarate.com/Information/song_of_sip_sam_seh.shtml";}
	else if (document.information.sbselect.options[4].selected)
		{window.location.href = "http://www.mtakarate.com/Information/rank_progression.shtml";}
	else if (document.information.sbselect.options[5].selected)
		{window.location.href = "http://www.mtakarate.com/Information/aa_patch.shtml";}
	else if (document.information.sbselect.options[6].selected)
		{window.location.href = "http://www.mtakarate.com/Information/about_the_instructor.shtml";}
	else if (document.information.sbselect.options[7].selected)
		{window.location.href = "http://www.mtakarate.com/Information/physics.shtml";}
	else if (document.information.sbselect.options[8].selected)
		{window.location.href = "http://www.mtakarate.com/Information/basic_terminology.shtml";}
	else if (document.information.sbselect.options[9].selected)
		{window.location.href = "http://www.mtakarate.com/Information/rank_requirements.shtml";}
	else if (document.information.sbselect.options[10].selected)
		{window.location.href = "http://www.mtakarate.com/Information/mta_patch.shtml";}
	else if (document.information.sbselect.options[11].selected)
		{window.location.href = "http://www.mtakarate.com/Information/about_the_founder.shtml";}
	else if (document.information.sbselect.options[12].selected)
		{window.location.href = "http://www.mtakarate.com/Information/dobok.shtml";}
	else if (document.information.sbselect.options[13].selected)
		{window.location.href = "http://www.mtakarate.com/Information/dojang_etiquette.shtml";}
	else if (document.information.sbselect.options[14].selected)
		{window.location.href = "http://www.mtakarate.com/Information/black_belt_club_patch.shtml";}
	//END Information Section Links
        
	return true;
}

function go_to_sb_photos(){	
	//START Photos Section Links
	if (document.photos.sbselect.options[1].selected)
		{window.location.href = "http://www.mtakarate.com/photos.htm";}
	//END Photos Section Links
        
	return true;
}

function go_to_sb_interactive(){	
	//START Interactive Section Links
	if (document.interactive.sbselect.options[1].selected)
		{window.location.href = "http://pub34.bravenet.com/guestbook/show.asp?usernum=2919003838&cpv=1";}
	else if (document.interactive.sbselect.options[2].selected)
		{window.location.href = "mailto:IGarris@aol.com";}
	//END Interactive Section Links
        
	return true;
}

function textValuehome(){

	var sbInteger, sbString
	sbInteger=document.home.sbselect.selectedIndex
	sbString=document.home.sbselect.options[sbInteger].text
}

function textValueinformation(){

	var sbInteger, sbString
	sbInteger=document.information.sbselect.selectedIndex
	sbString=document.information.sbselect.options[sbInteger].text
}

function textValuephotos(){

	var sbInteger, sbString
	sbInteger=document.photos.sbselect.selectedIndex
	sbString=document.photos.sbselect.options[sbInteger].text
}

function textValueinteractive(){

	var sbInteger, sbString
	sbInteger=document.interactive.sbselect.selectedIndex
	sbString=document.interactive.sbselect.options[sbInteger].text
}

//-->