function openwindowint(file)
{
targetWindow=window.open(file,'Intervenants',"toolbar=no,location=no,directories=no,menubar=no,resizable=no,scrollbars=no,status=no,width=500,height=300,left=0,right=0"); 
targetWindow.focus();
return false;
}

function openwindowlieu(file)
{
targetWindow=window.open(file,'Lieux',"toolbar=no,location=no,directories=no,menubar=no,resizable=yes,scrollbars=yes,status=no,width=520,height=400,left=0,right=0"); 
targetWindow.focus();
return false;
}

function openwindowreserve()
{
targetWindow=window.open("reservepass.php",'Reserve',"toolbar=no,location=no,directories=no,menubar=no,resizable=no,scrollbars=no,status=no,width=400,height=200,left=0,right=0"); 
targetWindow.focus();
return false;
}


function showwindow()
{
}
