function swapimage(me,src)
{
	me.src = src;
}

var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
var blocCache = new Array(true, true, true);

function montre(id) {
	var d = document.getElementById(id);
	
	for (var i = 1; i<=7; i++) 
	{
		if (document.getElementById('ssmenu'+i)) 
		{
			document.getElementById('ssmenu'+i).style.display='none';
		}
	}
	
	if (d) 
	{
		d.style.display='block';
	}
}

function cacheBloc()
{
	args = cacheBloc.arguments;
	
	for (i=0; i<(args.length); i++)
	{
		if (document.getElementById(args[i])) 
		{
			document.getElementById(args[i]).style.display='none';
		}
	}
}

function OuvrirPopup(page,width,height,scroll) {
	window.open(page,'','resizable=no, location=no, width='+width+', height='+height+', status=no, scrollbars='+scroll+', menubar=no');
}


