function openvideo320(uerel,ecran) {
window.open (uerel,ecran,"screenX=100,left=50,screenY=0,top=0,toolbar=no,location=0,directories=0,resizable=0,menubar=0,status=0,scrollbars=0,height=250,width=320")
}

function openvideo640(uerel,ecran) {
window.open (uerel,ecran,"screenX=100,left=50,screenY=0,top=0,toolbar=no,location=0,directories=0,resizable=0,menubar=0,status=0,scrollbars=0,height=500,width=640")
}

function openmp3(uerel,ecran) {
window.open (uerel,ecran,"screenX=100,left=50,screenY=0,top=0,toolbar=no,location=0,directories=0,resizable=0,menubar=0,status=0,scrollbars=0,height=300,width=400")
}

function openblog(uerel,ecran) {
window.open (uerel,ecran,"screenX=100,left=50,screenY=0,top=0,toolbar=no,location=0,directories=0,resizable=0,menubar=0,status=0,scrollbars=0,height=300,width=400")
}

function openblog2(uerel,ecran) {
window.open (uerel,ecran,"screenX=100,left=50,screenY=0,top=0,toolbar=no,location=0,directories=0,resizable=0,menubar=0,status=0,scrollbars=0,height=500,width=640")
}

function openblog3(uerel,ecran) {
window.open (uerel,ecran,"screenX=100,left=50,screenY=0,top=0,toolbar=no,location=0,directories=0,resizable=0,menubar=0,status=0,scrollbars=0,height=210,width=240")
}

function openblog4(uerel,ecran) {
window.open (uerel,ecran,"screenX=100,left=50,screenY=0,top=100,toolbar=no,location=1,directories=0,resizable=1,menubar=0,status=0,scrollbars=1,height=600,width=850")
}

function openstream(uerel,ecran) {
window.open (uerel,ecran,"screenX=0,left=200,screenY=0,top=0, toolbar=no,location=0,directories=0,resizable=0,menubar=0,status=0,scrollbars=0,width=620,height=600")
}

function openstream2(uerel,ecran) {
window.open (uerel,ecran,"screenX=0,left=0,screenY=0,top=0, toolbar=no,location=0,directories=0,resizable=1,menubar=0,status=0,scrollbars=1,width=720,height=600")
}

function openstream3(uerel,ecran) {
window.open (uerel,ecran,"screenX=0,left=0,screenY=0,top=0, toolbar=no,location=0,directories=0,resizable=1,menubar=0,status=0,scrollbars=1,width=1030,height=750")
}

function openimg(uerel,ecran) {
window.open (uerel,ecran,"screenX=0,left=0,screenY=0,top=0, toolbar=no,location=0,directories=0,resizable=1,menubar=0,status=0,scrollbars=1,width=800,height=600")
}

function openpage(uerel,ecran) {
window.open (uerel,ecran,"screenX=0,left=50,screenY=0,top=0, toolbar=no,location=0,directories=0,resizable=1,menubar=0,status=1,scrollbars=1,width=1000,height=650")
}

function launch(newURL, newName, newFeatures, orgName) {
  var remote = open(newURL, newName, newFeatures);
  if (remote.opener == null)
    remote.opener = window;
  remote.opener.name = orgName;
  return remote;
}

function launchStream() {
  myRemote = launch("http://nujus.net/~locusonus/site/dropstream/index.html",
                    "myRemote",
                    "height=370,width=276,screenX=100,left=300,screenY=0,top=0,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=1,toolbar=0,z-lock=0,",
                    "myWindow");
}

function launchDropdoc() {
  myRemote = launch("http://audiolib4.free.fr/wikidrop/",
                    "myRemote",
                    "height=670,width=926,screenX=50,left=50,screenY=0,top=0,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=1,scrollbars=1,status=1,titlebar=1,toolbar=0,z-lock=0,",
                    "myWindow");
}





