<!--
	function apriModale(url, height, width){
		window.open(url+'&alt='+height+'&lar='+width, '', 'height='+height+', width='+width+', toolbar=no');
	}
-->