// JavaScript Document

function showTrainer(s){
	if(s.value=='t4')	document.location="ovidiu.php";
	else if(s.value=='t1')	document.location="cosmina.php";
	else if(s.value=='t5')	document.location="marius.php";
	else if(s.value=='t2')	document.location="ioana.php";
	else if(s.value=='t3')	document.location="ovidiu.php";
	else if(s.value=='t4')	document.location="stefan.php";
	else if(s.value=='t6')	document.location="cristi.php";
}

function showProgram(s){
	if(s.value=='p1')	document.location="tae_bo_prez.php";
	else if(s.value=='p2')	document.location="step_aerobic_prez.php";
	else if(s.value=='p3')	document.location="dance_aerobic_prez.php";
	else if(s.value=='p4')	document.location="karate.php";
	else if(s.value=='p5')	document.location="aerokicking_prez.php";
	else if(s.value=='p6')	document.location="karate.php";
}

function showDay(s){
	if(s.value=='1')	document.location="luni.php";
	else if(s.value=='2')	document.location="marti.php";
	else if(s.value=='3')	document.location="miercuri.php";
	else if(s.value=='4')	document.location="joi.php";
	else if(s.value=='5')	document.location="vineri.php";
	else if(s.value=='6')	document.location="sambata.php";
	else if(s.value=='7')	document.location="duminica.php";
}
