dbpath='website/veoliabelgium.nsf';
function foo(){
document.write('')
}
function fooInterior(){
document.write('')
}
function openWindow(theURL,winName,features) {
window.open(theURL,winName,features);
}
function openMenu(a){
switch(a){
case '0':
window.location='/environmental-nl/pages/homepage?opendocument';
break;
case '1':
window.location='/environmental-nl/pages/activiteiten?opendocument&menu=about';
break;
case '2':
window.location='/environmental-nl/pages/2D6F5AC9D287278EC12571BE004F46A4?opendocument&menu=afval';
break;
case '3':
window.location='/environmental-nl/pages/DB87946A72373BCCC12571C300294ADC?opendocument&menu=innovation';
break;
case '4':
window.location='/environmental-nl/pages/CF135BB8DF07BACDC12571BE004A1A90?opendocument';
break;
}
}
function openContainer(url){
if(url.indexOf('groupid')>-1){
window.location='/environmental-nl/pages/D1A5FAE2814D66D1C12571C400414234?opendocument' + url;
}
if(url.indexOf('WasteID')>-1){
window.location='/environmental-nl/pages/F4631F2C8F3643E0C12571C3004E77A2?opendocument' + url;
}
if(url.indexOf('solutionid')>-1){
window.location='/environmental-nl/pages/23D0B8F41CC85E93C125721100559A02?opendocument' + url;
}
}