// JavaScript Document
function doubleopen(window1, window2){
fenetre1=window.open(window1, "leftFrame");
fenetre2=window.open(window2, "mainFrame");
}