//#############################################
//##########Pierre JURKIEWICZ 2006#############
//#############################################

		function details(liens)
		{
			update=window.open('Actions/Visualisation/detailsachats.php?id='+liens, 'details', 'height=1,width=1,status=no,toolbar=no,menubar=no,scrollbars=yes,location=no,resizable=yes');
			update.focus();
			update.resizeBy(550,500);
		}
		
		function detailspro(liens)
		{
			update=window.open('Actions/Visualisation/detailspro.php?id='+liens, 'details', 'height=1,width=1,status=no,toolbar=no,menubar=no,scrollbars=yes,location=no,resizable=yes');
			update.focus();
			update.resizeBy(550,500);
		}
		
		function detailsprgnf(liens)
		{
			update=window.open('Actions/Visualisation/detailsprgnf.php?id='+liens, 'details', 'height=1,width=1,status=no,toolbar=no,menubar=no,scrollbars=yes,location=no,resizable=yes');
			update.focus();
			update.resizeBy(400,100);
		}
		
		function detailsloc(liens)
		{
			update=window.open('Actions/Visualisation/detailsloc.php?id='+liens, 'details', 'height=1,width=1,status=no,toolbar=no,menubar=no,scrollbars=yes,location=no,resizable=yes');
			update.focus();
			update.resizeBy(550,500);
		}
		
		function detailsmess(liens)
		{
			update=window.open('Actions/Visualisation/detailsmess.php?id='+liens, 'details', 'height=1,width=1,status=no,toolbar=no,menubar=no,scrollbars=yes,location=no,resizable=yes');
			update.focus();
			update.resizeBy(350,450);
		}
		
		function del(liens,tb)
		{
			update=window.open('Actions/Suppression/del.php?id='+liens+'&tb='+tb, 'del', 'height=1,width=1,status=no,toolbar=no,menubar=no,scrollbars=yes,location=no,resizable=yes');
			update.focus();
			update.resizeBy(200,30);
		}
		
		function logout()
		{
			update=window.open('Functions/logout.php', 'logout', 'height=1,width=1,status=no,toolbar=no,menubar=no,scrollbars=yes,location=no,resizable=yes');
			update.focus();
			update.resizeBy(200,30);
		}
		
		function gest()
		{
			update=window.open('../dir.php', 'gest', 'height=1,width=1,status=no,toolbar=no,menubar=no,scrollbars=yes,location=no,resizable=yes');
			update.focus();
			update.resizeBy(600,550);
		}
		
		function Suppr(liens)
		{
			update=window.open('Jview/Actions/Suppression/suppr.php?id='+liens, 'del', 'height=1,width=1,status=no,toolbar=no,menubar=no,scrollbars=yes,location=no,resizable=yes');
			update.focus();
			update.resizeBy(200,30);
		}
		
		function SupprJ(liens)
		{
			update=window.open('../Suppression/suppr.php?id='+liens, 'del', 'height=1,width=1,status=no,toolbar=no,menubar=no,scrollbars=yes,location=no,resizable=yes');
			update.focus();
			update.resizeBy(200,30);
		}