/* auteur: julio */
/* Date de création: 26/02/2003 */


function afficheMaxi2(chemin,w,h)
	{
	var i1 = new Image();
	i1.src = chemin;
	
	largeur=screen.availWidth-70;
	hauteur=screen.availHeight-100;
	
	width=w;
	height=h;
	
	
	if (width > largeur)
	{
	  height = (largeur*height)/width;
	  width = largeur;
	}
	if (height > hauteur)
	{
	  width = (hauteur*width)/height;
	  height = hauteur;
	}
	
	html = '<HTML><HEAD><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><TITLE>Image</TITLE><link rel="stylesheet" href="../lpfc.css"></HEAD><BODY BGCOLOR="#CCE1C9"><center><table border="3" bordercolor="#999966" bordercolordark="#999966" cellpadding="0" bgcolor="#FFFFCC"><tr><td><IMG SRC="'+chemin+'" BORDER=0 NAME=imageTest WIDTH="'+width+'" HEIGHT="'+height+'"></td></tr></table></center><br><center><a href="javascript:window.close();"><img src="../icones/fermeture.gif" border="0" width="94" height="18" alt=""></a></center></BODY></HTML>';
	popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,left=0,top=0,fullscreen=1');
	popupImage.document.open();
	popupImage.document.write(html);
	popupImage.document.close();
}

function afficheMaxi(chemin,fichier,w,h)
	{
	var i1 = new Image();
	i1.src = chemin;
	
	largeur=screen.availWidth-70;
	hauteur=screen.availHeight-100;
	
	width=w;
	height=h;
	
	
	if (width > largeur)
	{
	  height = (largeur*height)/width;
	  width = largeur;
	}
	if (height > hauteur)
	{
	  width = (hauteur*width)/height;
	  height = hauteur;
	}
	
	popupImage = window.open('../photos/zoom_photo.php?chemin='+chemin+'&fichier='+fichier+'&width='+width+'&height='+height+'','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,left=0,top=0,fullscreen=1');
}

function afficheArticle(chemin)
{
  i1 = new Image;
  i1.src = chemin;
  html = '<HTML><HEAD><TITLE>Image</TITLE><link rel="stylesheet" href="../lpfc.css"></HEAD><BODY BGCOLOR="#CCE1C9"><CENTER><table  border="3" bordercolor="#999966" bordercolordark="#999966" cellpadding="0" bgcolor="#FFFFCC"><tr align=\'center\'><td><IMG SRC="'+chemin+'" BORDER=0 NAME=imageTest></td></tr></table><br><center><a href="javascript:window.close();"><img src="../icones/fermeture.gif" border="0" width="94" height="18" alt=""></a></center></BODY></HTML>';
  popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,left=0,top=0,width=screen.width,height=screen.height');
  popupImage.document.open();
  popupImage.document.write(html);
  popupImage.document.close();
}

function ouvrePopup(annee,equipe,compet,id)
{
  popupImage = window.open('../equipe/fiche_match.php?annee='+annee+'&equipe='+equipe+'&compet='+compet+'&id='+id,'_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,left=150,top=150,width=600,height=400');
}

function ouvrePass(annee,equipe,compet,id)
{
  popupImage = window.open('../equipe/pass.php?annee='+annee+'&equipe='+equipe+'&compet='+compet+'&id='+id,'_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,left=500,top=300,width=220,height=100');
}

function ouvrePopup2(annee,equipe,tour,compet)
{
  popupImage = window.open('../equipe/fiche_match_coupes.php?annee='+annee+'&equipe='+equipe+'&tour='+tour+'&compet='+compet,'_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,left=150,top=150,width=600,height=400');
}

function ouvreNouveauMatch(annee,equipe,compet)
{
  popupImage = window.open('../equipe/ajout_match.php?annee='+annee+'&equipe='+equipe+'&compet='+compet,'_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,left=150,top=150,width=600,height=400');
}

function ouvreFicheJoueur(id)
{
  popupImage = window.open('../joueurs/fiche_joueur.php?id='+id,'_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,left=150,top=150,width=500,height=300');
}

function ouvreModifJoueur(id)
{
  popupImage = window.open('../joueurs/modif3_joueur.php?id='+id+'&mess_post=Modifier','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,left=150,top=150,width=500,height=300');
}

function ouvreNouvelleNews()
{
  popupImage = window.open('../news/ajout_news.php','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,left=150,top=150,width=800,height=500');
}
