
   function loadImg(src,large,haut)
   {
   	var str;
	large2=large-10;
	haut2=haut-10;
	str = '<html><head><title>Visualisation de '+src+'</title></head><body bgcolor="#000000" topmargin="0" rightmargin="0" background="'+src+'"><a href="javascript:top.close()"><img src="static/img/linux/ooo_odbc/trans.gif" border=0 width="'+large2+'" height="'+haut2+'" alt="Cliquez sur l\'image pour la fermer"></a></body></html>';
	window1 = window.open('','_blank','toolbars=no,scrollbars=no,resizable=no,width='+large+',height='+haut);
	window1.document.write(str);
   }

   function PrintContent(menu,cat,page)
   {
   	window.open('print.php?contentid='+menu+'&catid='+cat+'&pageid='+page+'','_blank','width=520,height=400,toolbar=no,menubar=no,scrollbars=yes');
   }


   function DownloadContent(menu,cat,page)
   {
   	document.location.href = 'download.php?contentid='+menu+'&catid='+cat+'&pageid='+page+'';
   }

   function SendMailContent(menu,cat,page)
   {
   	window.open('sendmail.php?contentid='+menu+'&catid='+cat+'&pageid='+page+'','_blank','width=300,height=200,toolbar=no,menubar=no,scrollbars=yes');
   }

   function SendMailTo(user,domain,tld)
   {
   	document.location.href='mailto:'+user+'@'+domain+'.'+tld+'';
   }

   function LoadExternalContent(url)
   {
   	window1 = window.open(url,'_blank','');
   }
   
   function LoadTest(testid,l,h)
   {
      window1 = window.open('http://www.kosgroup.org/fido-fr.net/'+testid+'.html','_blank','width='+l+',height='+h+',toolbars=no,statusbar=no');
   }