function ptable_ex(idpostfix) {
	var z=document.getElementById('z'+idpostfix);
	var t=document.getElementById('t'+idpostfix);
	var i=document.getElementById('i'+idpostfix);
	if (t.className=='vis0') 
{
		t.className='cf4';
        z.className='cf5';
		i.src='http://game.labeaut.info/templates/Jordan/images/arr_up.gif';		
}
	else {
		t.className='vis0';
		z.className='cf52';
		i.src='http://game.labeaut.info/templates/Jordan/images/arr_down.gif';		
}}