function getTop(l){
if(l.offsetParent)return (l.offsetTop+getTop(l.offsetParent));
else return(l.offsetTop);
}

function getLeft(l){
	if(l.offsetParent)return (l.offsetLeft+ getLeft(l.offsetParent));
	else return(l.offsetLeft);
}

function favoris() {
if ( navigator.appName != 'Microsoft Internet Explorer' )
{ window.sidebar.addPanel("ouf2cul.com","http://www.ouf2cul.com/",""); }
else { window.external.AddFavorite("http://www.ouf2cul.com/","ouf2cul.com"); } }

function afficherundial(num){
	document.getElementById('dial'+ num).style.left=0;
	document.getElementById('dial'+ num).style.top=234;
	document.getElementById('dial'+ num).style.visibility='visible';
}
function reduiredial(num){
	document.getElementById('dial'+ num).style.visibility='hidden';
}

function voironglet(nomonglet, strValue){
	//cacherallonglets();
	//document.getElementById(nomonglet).style.top=getTop(document.getElementById('fondonglet'))+19;
	//document.getElementById(nomonglet).style.left=getLeft(document.getElementById('fondonglet'))+1;
	//document.getElementById('onglet7').style.position='relative';		
	//document.getElementById(nomonglet).style.visibility='visible';
		document.getElementById('fondonglet').innerHTML="<font class='FS_Texte1'>"+strValue+"</font>";
		document.getElementById('contenuonglet').innerHTML=document.getElementById(nomonglet).innerHTML;
		
}