// JavaScript Document
function nav_link(lnk){
	location.href=lnk;	
}

function full_testi(testi, w, h, l){
	testi_link = 'full_testimony.php?testi='+testi+'&lang='+l;
	newWindow = window.open(testi_link,"subWind", "height="+h+",width="+w);
	newWindow.focus( );
}

function clear_intervals(arr_int){
	for(i=0; i<arr_int.length; i++){
		clearInterval(arr_int[i]);
	}
}


function full_politique(testi, l){
	testi_link = 'politique.php?testi='+testi+'&lang='+l;
	newWindow = window.open(testi_link,"subWind", "height="+750+", width="+850+", scrollbars=yes");
	newWindow.focus( );
}