<!--

//////////////////////////
// Selection du journal //
//////////////////////////
function Journal(frm,fld,lng)
{ 
  var Choix = fld.selectedIndex;
  frm.action="../JRN/"+lng+(2010-(Choix))+".htm";
  frm.submit();
}

//////////////////////////
// Téléchargement       //
//////////////////////////
function JrnDwn(frm,fld,lng)
{ 
  var Choix = fld.selectedIndex;
  frm.action="../JRN/Z"+lng+(2010-(Choix))+".htm";
  frm.submit();
}


//////////////////////////////////////////
// Deplacement dans les pages resultats //
//////////////////////////////////////////
function Sauter(pVal)
{
   document.zfrm.dfon.value=pVal;
   document.zfrm.submit();
}

////////////////////////
// Ouverture d'un Pdf //
////////////////////////
function JoOpen(pA,pJ,pP,pX)
{
   var Lien=(pA>1961 && pA<1984)?"Jo6283":(pA>1983 && pA<2000)?"Jo8499":"Jo2000";
   NewWin=window.open("","","");
   if (document.all)
   {
      NewWin.moveTo(0,0);
      NewWin.resizeTo(screen.width,screen.height);
   };
   NewWin.document.write('<html>');
   NewWin.document.write('<head>');
   NewWin.document.write('</head>');
   NewWin.document.write('<frameset cols="75,*" border=0 frameborder=no framespacing=0>');
   NewWin.document.write('<frame name="FnMen" src="/'+Lien+'/'+pA+'/'+pJ+'/'+pX+'_Pag1.htm" marginwidth=0 marginheight=0 scrolling=auto>');
   NewWin.document.write('<frame name="FnPdf" src="/'+Lien+'/'+pA+'/'+pJ+'/'+pX+'p'+pP+'.pdf" marginwidth=10 marginheight=2 scrolling=auto>'); 
   NewWin.document.write('</frameset>');
   NewWin.document.write('</html>');
}


////////////////////////
// Ouverture d'un Pdf //
////////////////////////
function WinOpen(Adr)
{
   NewWin=window.open("","","");
   if (document.all)
   {
     NewWin.moveTo(0,0);
     NewWin.resizeTo(screen.width/2,screen.height);
   };
   NewWin.location=Adr;
}

////////////////////////
// Ouverture d'un Pdf //
////////////////////////
function MaxOpen(Adr)
{
   NewWin=window.open("","","");
   if (document.all)
   {
     NewWin.moveTo(0,0);
     NewWin.resizeTo(screen.width,screen.height);
   };
   NewWin.location=Adr;
}
