function v_knop_1() { document.getElementById('f_knop_1').style.color = '#ba1422'; }
function h_knop_1() { document.getElementById('f_knop_1').style.color = ''; }
function v_knop_2() { document.getElementById('f_knop_2').style.color = '#ba1422'; }
function h_knop_2() { document.getElementById('f_knop_2').style.color = ''; }

	var time = 20;
	function Timeout() {
		if (16 == time) { $(document).ready(function(){ cont_t(); setTimeout("cont2_t()", 500); }); }
		if (12 == time) { $(document).ready(function(){ super_t(); setTimeout("super2_t()", 500); }); }
		if (8 == time) { $(document).ready(function(){ cont2_t(); setTimeout("cont_t()", 500); }); }
		if (4 == time) { $(document).ready(function(){ super2_t(); setTimeout("super_t()", 500); time = 20; setTimeout("Timeout()", 0); }); }
		else { time -= 1; setTimeout("Timeout()", 1000); } }
	function super_t() { $("#super").toggle("slow"); }
	function super2_t() { $("#super2").toggle("slow"); }
	function cont_t() { $("#cont").slideToggle("slow"); }
	function cont2_t() { $("#cont2").slideToggle("slow"); }

	var time2 = 6;
	function Timeout2() {
		if (3 == time2) { $(document).ready(function(){ foto_1(); foto_2(); foto_3(); }); }
		if (0 == time2) { $(document).ready(function(){ foto_4(); foto_1(); time2 = 3; setTimeout("Timeout2()", 3000); }); }
		else { time2 -= 1; setTimeout("Timeout2()", 1000); } }

	function foto_1() { $("#foto_acom").show();  }
	function foto_2() { $("#foto_acom").hide();  }
	function foto_3() { $("#foto_acom2").show();  }
	function foto_4() { $("#foto_acom2").hide();  }



function viewTable (n) {
 document.getElementById('more_'+n).style.display = 'none';
 document.getElementById('full_'+n).style.display = 'inline'; }

function hideTable (n) {
 document.getElementById('full_'+n).style.display = 'none';
 document.getElementById('more_'+n).style.display = 'inline'; }
