function shakeWnd() {
		glossary = window.open("","shakeWnd","width=450,height=120,left=0,top=0,resizable=no,scrollbars=no,status=no")
		glossary.focus();
		}

function cstmrWnd() {
		glossary = window.open("","cstmrWnd","width=500,height=200,left=0,top=150,resizable=no,scrollbars=no,status=no")
		glossary.focus();
		}

function shakeWndF() {
		glossary = window.open("shakeWndF.htm","shakeWndF","width=450,height=120,left=0,top=0,resizable=no,scrollbars=no,status=no")
		glossary.focus();
		}

function shakeWndN() {
		glossary = window.open("shakeWndN.htm","shakeWndN","width=450,height=120,left=0,top=0,resizable=no,scrollbars=no,status=no")
		glossary.focus();
		}

function mapWnd() {
		glossary = window.open("","mapWnd","width=600,height=600,resizable=yes,scrollbars=yes")
		glossary.focus();
		}

function mapWnd2() {
		glossary = window.open("","mapWnd","width=600,height=600,resizable=yes,scrollbars=yes")
		glossary.focus();
		}

function mapFlashF() {
		glossary = window.open("../../evnmtRep/carte_swfBox/map_def_fr_nl.swf?userlangue=fr","Restructuration du 16.04.2007","width=735,height=580,resizable=no,scrollbars=no")
		glossary.focus();
		}

function mpBRUwnd(htmlPage,w,h,scrll,rszbl,tp,lft) {
winprops = 'height='+h+',width='+w+',scrollbars='+scrll+',resizable='+rszbl+',top='+tp+',left='+lft+',status=no';
newWindow=window.open(htmlPage,"",winprops);
newWindow.focus();
}

function mpBRUnoctisWnd(myImag,w,h,scrll,rszbl,tp,lft) {
winprops = 'height='+h+',width='+w+',resizable='+rszbl+',scrollbars='+scrll+',top='+tp+',left='+lft+',status=no'
newWindow=window.open("","NOCTIS",winprops)
newWindow.document.open();
newWindow.document.write('<html>');
newWindow.document.write('<title>"NOCTIS"</title><body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#ffffff"  onBlur="self.close()">'); 
newWindow.document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">');   
newWindow.document.write('<tr height="100%"><td width="100%" height="100%" align="center"><img src='+myImag+' ></td></tr></table>'); 
newWindow.document.write('</body></html>');
newWindow.document.close();
newWindow.focus();
}

function horairWnd() {
		glossary = window.open("","horairWnd","width=600,height=500,resizable=yes,scrollbars=yes")
		glossary.focus();
		}

function rglmntWnd() {
		glossary = window.open("","rglmntWnd","width=340,height=400,resizable=no,scrollbars=yes")
		glossary.focus();
		}

function L12Wnd() {
		glossary = window.open("","L12Wnd","width=603,height=390,resizable=no,scrollbars=no,status=no")
		glossary.focus();
		}

function openMasterWindow(htmlPage){
	if ((!opener)||(opener.closed))
		windowIti=open(htmlPage,"StibMasterWindow","scrollbars=1,toolbar=1,resizable=1,menubar=1,status=1,directories=1,location=1");
	else
		opener.location=htmlPage;
}

function ticketWnd() {
		glossary = window.open("","ticketWnd","width=500,height=500,left=0,top=50,resizable=no,scrollbars=yes,status=no")
		glossary.focus();
		}

function jobWnd() {
		glossary = window.open("","jobWnd","width=457,height=500,left=0,top=50,resizable=no,scrollbars=yes,status=no")
		glossary.focus();
		}



function condVntWnd() {
		glossary = window.open("","condVntWnd","width=620,height=500,left=0,top=0,resizable=yes,scrollbars=yes,status=no")
		glossary.focus();
		}

function ecomClientWnd() {
		glossary = window.open("","ecomClientWnd","width=790,height=600,resizable=yes,scrollbars=yes")
		glossary.focus();
		}

function specialWnd(htmlPage,w,h,scrll,rszbl) {
winprops = 'height='+h+',width='+w+',top=130,left=5,resizable='+rszbl+',scrollbars='+scrll+',status=no'
newWindow=window.open(htmlPage,"specialWnd",winprops)
newWindow.focus();
}

function timeTblLnsWnd(htmlPage,w,h,scrll,rszbl) {
winprops = 'height='+h+',width='+w+',top=10,left=0,resizable='+rszbl+',scrollbars='+scrll+',status=no,toolbar=yes'
newWindow=window.open(htmlPage,"STIB_MIVB",winprops)
newWindow.focus();
}

function exempleWnd(wndName,myImag,w,h,scrll,rszbl,tp,lft) {
winprops = 'height='+h+',width='+w+',resizable='+rszbl+',scrollbars='+scrll+',top='+tp+',left='+lft+',status=no'
newWindow=window.open("","exempleWnd",winprops)
newWindow.document.open();
newWindow.document.write('<html>');
newWindow.document.write('<title>'+wndName+'</title><body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#ffffff"  onBlur="self.close()">');   
newWindow.document.write('<img src='+myImag+' >'); 
newWindow.document.write('</body></html>');
newWindow.document.close();
newWindow.focus();
}

function schmaWnd(wndName,myImag,w,h,scrll,rszbl,tp,lft,lgu) {
winprops = 'height='+h+',width='+w+',resizable='+rszbl+',scrollbars='+scrll+',top='+tp+',left='+lft+',status=no'
newWindow=window.open("","schmaWnd",winprops)
newWindow.document.open();
newWindow.document.write('<html>');
newWindow.document.write('<title>'+wndName+'</title><body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#ffffff"  onBlur="self.close()">');   
newWindow.document.write('<img src='+myImag+' >'); 
newWindow.document.write('</body></html>');
newWindow.document.close();
newWindow.focus();
}

function mapWnd(wndName,myImag,w,h) {
winprops = 'height='+h+',width='+w+',top=0,left=0,resizable=yes,scrollbars=yes,status=no'
newWindow=window.open("","mapWnd",winprops)
newWindow.document.open();
newWindow.document.write('<html>');
newWindow.document.write('<title>'+wndName+'</title><body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#ffffff">');   
newWindow.document.write('<center><img src='+myImag+' >'); 
newWindow.document.write('</center></body></html>');
newWindow.document.close();
newWindow.focus();
}


function prjtWnd(pdfPage,w,h) {
winprops = 'height='+h+',width='+w+',scrollbars=yes,resizable=yes,status=no'
newWindow = window.open(pdfPage,"Projets",winprops)
newWindow.focus();
		}

function hlpLgnWnd(htmlPage,w,h,scrll,rszbl,tp,lft,lgu) {
winprops = 'height='+h+',width='+w+',scrollbars='+scrll+',resizable='+rszbl+',top='+tp+',left='+lft+',status=no'
newWindow=window.open(htmlPage,"hlpLgnWnd",winprops)
newWindow.focus();
}

function anchorWnd(htmlPage,w,h,scrll,rszbl,tp,lft,lgu) {
winprops = 'height='+h+',width='+w+',scrollbars='+scrll+',resizable='+rszbl+',top='+tp+',left='+lft+',status=no'
newWindow=window.open(htmlPage,"anchorWnd",winprops)
newWindow.focus();
}

function expliWnd(htmlPage,w,h,scrll,rszbl,tp,lft,lgu) {
winprops = 'height='+h+',width='+w+',scrollbars='+scrll+',resizable='+rszbl+',top='+tp+',left='+lft+',status=no'
newWindow=window.open(htmlPage,"expliWnd",winprops)
newWindow.focus();
}

function mssgPrntWnd(htmlPage,w,h,scrll,rszbl,tp,lft,lgu) {
winprops = 'height='+h+',width='+w+',scrollbars='+scrll+',resizable='+rszbl+',top='+tp+',left='+lft+',status=no,toolbar=yes'
newWindow=window.open(htmlPage,"mssgWnd",winprops)
newWindow.focus();
}

function pgLnkWnd(htmlPage,w,h,scrll,rszbl,tp,lft,lgu) {
winprops = 'height='+h+',width='+w+',scrollbars='+scrll+',resizable='+rszbl+',top='+tp+',left='+lft+',status=no,location=yes,toolbar=yes'
newWindow=window.open(htmlPage,"mssgWnd",winprops)
newWindow.focus();
}

function mssgXcsWnd(htmlPage,w,h,scrll,rszbl,tp,lft,lgu) {
winprops = 'height='+h+',width='+w+',scrollbars='+scrll+',resizable='+rszbl+',top='+tp+',left='+lft+',status=no,toolbar=yes'
newWindow=window.open(htmlPage,"mssgXcsWnd",winprops)
newWindow.focus();
}


function centerWindow(htmlPage,wndTarget,w,h,scrll) {
var winl = (screen.width - w) / 2;
var wint = ((screen.height - h) / 2)-25;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',resizable=no,scrollbars='+scrll+',status=no'
win = window.open(htmlPage,wndTarget, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

function goIrisF() {
newWindow=window.open("http://www.bruxelles.irisnet.be","iisWnd","width=740,height=400,resizable=yes,scrollbars=yes")
newWindow.focus();
}

function addLoadEvent(func) {
  var oldonload = window.onload;
  if (typeof window.onload != 'function') {
    window.onload = func;
  } else {
    window.onload = function() {
      if (oldonload) {
        oldonload();
      }
      func();
    }
  }
}

function hideTable(){
if(document.getElementsByTagName("table")[0].width=="753"){
	document.getElementsByTagName("table")[0].style.display="none"; 
	document.body.style.backgroundImage = 'url(/appl/Graphic/spacer.gif)';
	document.body.style.backgroundColor='white';
	}
	document.body.style.display="";
}

//addLoadEvent(hideTable);
