function leRepaire(fileName1,fileName2) {
    parent.mainFrame.location.href = fileName1;
    parent.leftFrame.location.href = fileName2;

}