
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 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 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");
}

function launchWiki() {
  myRemote = launch("http://audiolib4.free.fr/wikils/",
                    "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");
}

function launchDroplist() {
  myRemote = launch("http://www.villa-arson.org/mailman/listinfo/dropbox",
                    "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");
}

function launchLocuslist() {
  myRemote = launch("http://mailhost.ecole-art-aix.fr/mailman/private/dropbox/",
                    "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");
}

function launchLSdoc() {
  myRemote = launch("documentation/doc.html",
                    "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");
}

window.onload=montre; start_show;
function montre(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}
