// JavaScript Document
function gI(id){
	var pole=document.getElementById(id);	
	return pole;
}


function wypisz_tytul_strony(strona){
	switch(strona){
		case '':
			$(".text_h2").text("01.");
			$(".text_h3").text("Home");
			
			gI("zajawka").innerHTML="<img src=\"i/fit4you_1.jpg\" width=\"630\" height=\"467\" border=\"0\" alt=\"Fit4you\" />";
			gI("haslo1").style.display="block";
			gI("haslo2").style.display="none";
			gI("haslo3").style.display="none";
			gI("haslo4").style.display="none";
		break;
		case 'oferta': 
			case 'nordic':
			case 'cardio_lo': 
			case 'cardio_hi': 
			case 'cardio_hilo': 
			case 'cardio_tae': 
			case 'cardio_dance': 
			case 'muscle_sculpt': 
			case 'muscle_fitball': 
			case 'muscle_pilates': 
			case 'cm_step': 
			case 'cm_corebard': 
			case 'cm_tbc': 
			case 'stretching': 
			case 'uk_ciaza': 
			case 'uk_mlodzi': 
			case 'uk_narty': 
			case 'uk_kregi':
		
			$(".text_h2").text("02.");
			$(".text_h3").text("Oferta");
			
			gI("zajawka").innerHTML="<img src=\"i/fit4you_2.jpg\" width=\"630\" height=\"467\" border=\"0\" alt=\"Fit4you\" />";
			gI("haslo1").style.display="none";
			gI("haslo2").style.display="block";
			gI("haslo3").style.display="none";
			gI("haslo4").style.display="none";
		break;
		
		case 'sprzet':
			$(".text_h2").text("03.");
			$(".text_h3").text("Sprzêt");
			gI("zajawka").innerHTML="<img src=\"i/fit4you_3.jpg\" width=\"630\" height=\"467\" border=\"0\" alt=\"Fit4you\" />";
			gI("haslo1").style.display="none";
			gI("haslo2").style.display="none";
			gI("haslo3").style.display="block";
			gI("haslo4").style.display="none";
		break;
		
		case 'cennik':
			$(".text_h2").text("04.");
			$(".text_h3").text("Cennik");
			gI("zajawka").innerHTML="<img src=\"i/fit4you_1.jpg\" width=\"630\" height=\"467\" border=\"0\" alt=\"Fit4you\" />";
			gI("haslo1").style.display="block";
			gI("haslo2").style.display="none";
			gI("haslo3").style.display="none";
			gI("haslo4").style.display="none";
		break;
		case 'kontakt':
			$(".text_h2").text("05.");
			$(".text_h3").text("Kontakt");
			gI("zajawka").innerHTML="<img src=\"i/fit4you_4.jpg\" width=\"630\" height=\"467\" border=\"0\" alt=\"Fit4you\" />";
			gI("haslo1").style.display="none";
			gI("haslo2").style.display="none";
			gI("haslo3").style.display="none";
			gI("haslo4").style.display="block";
		break;
	}
	
}
