function show(msg)
{
  window.iCurrentPage = undefined;
  jQuery('#fun_psy_test > #wrapper').html(msg);
}

function cap_switch(cap)
{
  jQuery('#testonlinetitleright > #test_cap').html(cap);
}

function t_switch(id)
{
	
serverQuery(show, '/18.html', 'html', 'id='+id );
return false;
}


					
