// JavaScript Document
var nomFiche = 'generalites' ;

function pop(doc,largeur,hauteur)
{
	fenetre = window.open(doc,"APMAC","toolbar=0,directories=0,menubar=0,scrollbars=yes,status=0,resizable=yes,width="+largeur+",height="+hauteur+"");
	window.fenetre.focus();
}

function pop2(doc,largeur,hauteur)
{
	fenetre = window.open(doc,"APMACPHOTO","toolbar=0,directories=0,menubar=0,scrollbars=yes,status=0,resizable=yes,width="+largeur+",height="+hauteur+"");
	window.fenetre.focus();
}

function popnew(docnew,largeur,hauteur)
{
	fenetrenew = window.open(docnew,"APMACPLAN","toolbar=0,directories=0,menubar=0,scrollbars=yes,status=0,resizable=yes,width="+largeur+",height="+hauteur+"");
	//window.fenetrenew.focus();
}


function coteonglet()
{
	args = coteonglet.arguments;
	for (n=0; n<args.length; n+=2) 
	{
	    arg1 = args[n];
		arg2 = args[n+1];
		eval('document.getElementById("'+arg1+'").style.backgroundImage = "url(imgInt/'+arg2+'.gif)"');
		eval('document.getElementById("'+arg1+'").style.backgroundPosition = "right"');
	} 
}

function allumeonglet(cellule,etiquette)
{
	if (document.getElementById)
	{
		document.getElementById(cellule).style.backgroundColor = "#FFFFFF";
		document.getElementById(cellule).style.backgroundImage = 'none';
		document.getElementById(etiquette).style.color = "#000000";
	}
}

function initonglet()
{
	document.getElementById('ongGene').style.backgroundColor = "#EEE3F8";
	document.getElementById('etiquette_Gene').style.color = "#8160AD";
	document.getElementById('ongSalle').style.backgroundColor = "#EEE3F8";
	document.getElementById('etiquette_Salle').style.color = "#8160AD";
	document.getElementById('ongScene').style.backgroundColor = "#EEE3F8";
	document.getElementById('etiquette_Scene').style.color = "#8160AD";
	document.getElementById('ongEquip').style.backgroundColor = "#EEE3F8";
	document.getElementById('etiquette_Equip').style.color = "#8160AD";
	document.getElementById('ongComment').style.backgroundColor = "#EEE3F8";
	document.getElementById('etiquette_Comment').style.color = "#8160AD";

	/*eval('document.deg1.src = "imgInt/bgongOf.gif"');
	eval('document.deg2.src = "imgInt/bgongOf.gif"');
	eval('document.deg3.src = "imgInt/bgongOf.gif"');*/
}

function initongletUn()
{
	if (document.getElementById)
	{
		document.getElementById('ongGene').style.backgroundImage = 'url(imgInt/bgongOf.gif)';
		document.getElementById('ongGene').style.backgroundColor = "#EEE3F8";
		document.getElementById('etiquette_Gene').style.color = "#8160AD";
		document.getElementById('ongSalle').style.backgroundImage = 'url(imgInt/bgongOf.gif)';
		document.getElementById('ongSalle').style.backgroundColor = "#EEE3F8";
		document.getElementById('etiquette_Salle').style.color = "#8160AD";
	
		/*eval('document.deg1.src = "imgInt/bgongOf.gif"');
		eval('document.deg2.src = "imgInt/bgongOf.gif"');*/
	}
}

function initongletDeux()
{
	if (document.getElementById)
	{
		document.getElementById('ongScene').style.backgroundImage = 'url(imgInt/bgongOf.gif)';
		document.getElementById('ongScene').style.backgroundColor = "#EEE3F8";
		document.getElementById('etiquette_Scene').style.color = "#8160AD";
		document.getElementById('ongEquip').style.backgroundImage = 'url(imgInt/bgongOf.gif)';
		document.getElementById('ongEquip').style.backgroundColor = "#EEE3F8";
		document.getElementById('etiquette_Equip').style.color = "#8160AD";
	
		/*eval('document.deg2.src = "imgInt/bgongOf.gif"');
		eval('document.deg3.src = "imgInt/bgongOf.gif"');*/
	}
}

function majImpressionFiche(n)
{
	nomFiche = n ;
}
