//------------------------------------
// Ouverture d'une page plan
function OpenPlan( theURL ) {
  WOpen(theURL, "PJI_PLANS", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=640,height=480" );
}

