			//+ de 20 boutons
function Active(imgName) {
	if (document.images) {
		document[imgName].src = "img/bt_"+imgName.charAt(3)+""+imgName.charAt(4)+"_over.gif";}}

function Inactive(imgName) {
	if (document.images) {
		document[imgName].src = "img/bt_"+imgName.charAt(3)+""+imgName.charAt(4)+".gif";}}

function Popup(Url,x,y)
{
// Ouvre une fenêtre Popup avec ses paramètres.
window.open(Url,"_blank","toolbar=no,titlebar=no,directories=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width="+x+",height="+y);
}


if(typeof(xWindow) == "undefined") xWindow = {};

xWindow.openCenter = function(url,name,width,height){
	this.open(url,name,width,height,"center","middle");
}

function PopupFullscreen(page,winName,largeur,hauteur,options) {
  var largeur=screen.availWidth;
  var hauteur=screen.availHeight;
  var top=0;
  var left=0;
  var options="menubar=no,scrollbars=no,statusbar=no"
  var page="homepe.html"
  var winName="monNom"
  window.open(page,winName,"top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}

function closeBrWindow(winName) { //v2.0
  window.close(winName);
}

function viewPicpresse(img)
{
	i1 = new Image;
	i1.src = img;
	html = '<HTML><HEAD><TITLE>Image</TITLE></HEAD><BODY bgcolor="black" LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0><CENTER><table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"><tr><td align="center" valign="middle"><IMG SRC="http://www.macgiver.fr/bronzes3/revue/presse'+img+'.jpg" BORDER=0 NAME=imageTest onLoad="window.resizeTo(document.imageTest.width+20,document.imageTest.height+60)" onclick="javascript:window.close()"></CENTER></td></tr></table></BODY></HTML>';
	popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0');
	popupImage.document.open();
	popupImage.document.write(html);
	popupImage.document.close()
	}
	
function viewPicfonds(img)
{
	i1 = new Image;
	i1.src = img;
	html = '<HTML><HEAD><TITLE>Image</TITLE></HEAD><BODY bgcolor="black" LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0><CENTER><table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"><tr><td align="center" valign="middle"><IMG SRC="http://www.macgiver.fr/bronzes3/fonds/fond'+img+'.jpg" BORDER=0 NAME=imageTest onLoad="window.resizeTo(document.imageTest.width+20,document.imageTest.height+60)" onclick="javascript:window.close()"></CENTER></td></tr></table></BODY></HTML>';
	popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0');
	popupImage.document.open();
	popupImage.document.write(html);
	popupImage.document.close()
}
