

// Gallery 
function show_large1(file) {
	$(".large_photo1").attr('src',"images/slider/gallerys/1/"+file);
}
function show_large2(file) {
	$(".large_photo2").attr('src',"images/slider/gallerys/2/"+file);
}
function show_large3(file) {
	$(".large_photo3").attr('src',"images/slider/gallerys/3/"+file);
}
function show_large4(file) {
	$(".large_photo4").attr('src',"images/slider/gallerys/4/"+file);
}
function show_large5(file) {
	$(".large_photo5").attr('src',"images/slider/gallerys/5/"+file);
}
function show_large6(file) {
	$(".large_photo6").attr('src',"images/slider/gallerys/6/"+file);
}
function show_large7(file) {
	$(".large_photo7").attr('src',"images/slider/gallerys/7/"+file);
}
function show_large8(file) {
	$(".large_photo8").attr('src',"images/slider/gallerys/8/"+file);
}
function show_large9(file) {
	$(".large_photo9").attr('src',"images/slider/gallerys/9/"+file);
}
function show_largeten(file) {
	$(".large_phototen").attr('src',"images/slider/gallerys/10/"+file);
	//alert(file);
}
function show_large11(file) {
	$(".large_photo11").attr('src',"images/slider/gallerys/11/"+file);
}
function show_large12(file) {
	$(".large_photo12").attr('src',"images/slider/gallerys/12/"+file);
}
function show_large13(file) {
	$(".large_photo13").attr('src',"images/slider/gallerys/13/"+file);
}
