function g1() { 
	$('#m1_c').show();
	$('#m1_u').hide();
	$('#m2_c').hide(); $('#m3_c').hide(); $('#m4_c').hide();
	$('#m2_u').show(); $('#m3_u').show(); $('#m4_u').show();
	$('#g1').show();
	$('#g2').hide(); 
	$('#g3').hide(); 
	$('#g4').hide(); 	
	
}  
function g2() {	
	$('#m2_c').show();
	$('#m2_u').hide();
	$('#m1_c').hide(); $('#m3_c').hide(); $('#m4_c').hide();
	$('#m1_u').show(); $('#m3_u').show(); $('#m4_u').show();
	$('#i2 img').attr('src', 'anim/2.gif');	
	$('#g2').show(); 
	$('#g3').hide(); 
	$('#g4').hide(); 	
	$('#g1').hide();
}  
function g3() {
	$('#m3_c').show();
	$('#m3_u').hide();
	$('#m2_c').hide(); $('#m1_c').hide(); $('#m4_c').hide();
	$('#m2_u').show(); $('#m1_u').show(); $('#m4_u').show();
	$('#i3 img').attr('src', 'anim/1.gif');
	$('#g3').show();
	$('#g2').hide(); 	 
	$('#g4').hide(); 	
	$('#g1').hide();
}  
function g4() {  
	$('#m4_c').show();
	$('#m4_u').hide();
	$('#m2_c').hide(); $('#m3_c').hide(); $('#m1_c').hide();
	$('#m2_u').show(); $('#m3_u').show(); $('#m1_u').show();
	$('#i4 img').attr('src', 'anim/3.gif');
	$('#g4').show();
	$('#g2').hide(); 
	$('#g3').hide(); 	 	
	$('#g1').hide();
} 
function p1() { 
	$('#p1_c').show();
	$('#p1_u').hide();
	$('#p2_c').hide(); $('#p3_c').hide(); 
	$('#p2_u').show(); $('#p3_u').show(); 
	$('#t1').show();
	$('#t2').hide(); 
	$('#t3').hide(); 
		
	
}  
function p2() {	
	$('#p2_c').show();
	$('#p2_u').hide();
	$('#p1_c').hide(); $('#p3_c').hide(); 
	$('#p1_u').show(); $('#p3_u').show(); 	
	$('#t2').show(); 
	$('#t3').hide(); 		
	$('#t1').hide();
}  
function p3() {
	$('#p3_c').show();
	$('#p3_u').hide();
	$('#p2_c').hide(); $('#p1_c').hide(); 
	$('#p2_u').show(); $('#p1_u').show();	
	$('#t3').show();
	$('#t2').hide();		
	$('#t1').hide();
} 

function v1() { 	
	$('#z1').show();
	$('#z2').hide(); 
	$('#z3').hide(); 
	$('#k1').show();
	$('#k2').hide(); 
	$('#k3').hide();
}  
function v2() {		
	$('#z2').show(); 
	$('#z3').hide(); 		
	$('#z1').hide();
	$('#k2').show(); 
	$('#k3').hide(); 		
	$('#k1').hide();
}  
function v3() {	
	$('#z3').show();
	$('#z2').hide();		
	$('#z1').hide();
	$('#k3').show();
	$('#k2').hide();		
	$('#k1').hide();
} 
