<!-- function navigation() { self.name = "bas";fen = window.open ("","fiche","0,0,0,0,0,scrollbars=yes,0,width=250,height=320"); if( self.focus ) fen.focus(); } // --><!-- if (document.layers) {	firstBit='document.layers["';	secondBit='"]';	styleRef='';	leftVar='.left';	topVar='.top';	heightVar='.clip.height';	widthVar='.clip.width';	function checksize() {				if (maxheadroom != window.innerHeight || wideload != window.innerWidth) {					document.location=document.location;					}				}	var maxheadroom = window.innerHeight;	var wideload = window.innerWidth;	window.captureEvents(Event.RESIZE);	window.onresize = checksize;} else if (document.all) {	firstBit='document.all["';	secondBit='"]';	styleRef='.style';	leftVar='.posLeft';	topVar='.posTop';	heightVar='.clientHeight';	widthVar='.clientWidth';} else if (document.getElementById) {	firstBit='document.getElementById("';	secondBit='")';	styleRef='.style';	leftVar='.left';	topVar='.top';	heightVar='.clientHeight';	widthVar='.clientWidth';}function showLayer(layerName){	eval(firstBit+layerName+secondBit+styleRef+'.visibility="visible"');}function hideLayer(layerName){	eval(firstBit+layerName+secondBit+styleRef+'.visibility="hidden"');}function getXpos(layerName) {	return eval(firstBit+layerName+secondBit+styleRef+leftVar);}function getYpos(layerName) {	return eval(firstBit+layerName+secondBit+styleRef+topVar);}function getHeight(layerName) {	return eval(firstBit+layerName+secondBit+heightVar); }  function getWidth(layerName) {	return eval(firstBit+layerName+secondBit+widthVar); }	function moveLayer(layerName,whereToX,whereToY) {	eval(firstBit+layerName+secondBit+styleRef+leftVar+'='+whereToX);	eval(firstBit+layerName+secondBit+styleRef+topVar+'='+whereToY);}var activeLayer="dummylayer";var scrolling = 0;function display(layerName) {	if (activeLayer != layerName) {		hideLayer(activeLayer);		showLayer(layerName);		showLayer("mousetrap");		activeLayer=layerName;	}}function clearLayers() {	hideLayer(activeLayer);	hideLayer("mousetrap");	activeLayer="dummylayer";}			//-->