function OpenPopUpRef(Ref) {
	Win=window.open('','PopUp','width=600,height='+haut+',resizable=1,scrollbars=1');
	Win.document.write('<HTML><HEAD><SCRIPT LANGUAGE="javascript">\n');
	Win.document.write('function ChangeImg(docID,imgName) { document.images[docID].src = "/images/mici/revue/"+imgName; }');
	Win.document.write('</SCRIPT></HEAD>\n<BODY BGCOLOR="#FFFFFF">\n<TABLE BORDER=0>\n<TR>\n<TD><FONT FACE="Arial" SIZE="2" COLOR="#000000">');
	Win.document.write(Ref);
	Win.document.write('</FONT>\n</TD>\n</TR>\n</TABLE>\n<CENTER><A HREF="JavaScript:window.close();">OK</A></CENTER></BODY></HTML>');
	Win.focus();
}
var refmax; var references = "";
function popup(refmin,refmax)
{
  haut = 0;
  if (isNaN(refmax)) {refmax = refmin;}
  for (ref = refmin; ref <= refmax ; ref++) {
  	references += "<p>" + quotes[ref];
  	haut += 60;
  }
  OpenPopUpRef(references)
  references = "";
}

function OpenPopUp1(src) {
Win=window.open(src,'PopUp','width=600,height=500,resizable=1,scrollbars=1');
Win.focus();
}

function OpenPopUp2(src) {
Win=window.open(src,'PopUp','width=600,height=210,resizable=1,scrollbars=1');
Win.focus();
}
