dbpath='website/veoliafrance.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='/website/veoliafrance.nsf/pages/DC0D2E83657E674BC12571BE00507654?opendocument';
break;
case '1':
window.location='/website/veoliafrance.nsf/pages/029311C41597C9F9C12571BC003484CD?opendocument&menu=about';
break;
case '2':
window.location='/website/veoliafrance.nsf/pages/2D6F5AC9D287278EC12571BE004F46A4?opendocument&menu=afval';
break;
case '3':
window.location='/website/veoliafrance.nsf/pages/DB87946A72373BCCC12571C300294ADC?opendocument&menu=innovation';
break;
case '4':
window.location='/website/veoliafrance.nsf/pages/CF135BB8DF07BACDC12571BE004A1A90?opendocument';
break;
}
}
function openContainer(url){
if(url.indexOf('groupid')>-1){
window.location='/website/veoliafrance.nsf/pages/D1A5FAE2814D66D1C12571C400414234?opendocument' + url;
}
if(url.indexOf('WasteID')>-1){
window.location='/website/veoliafrance.nsf/pages/F4631F2C8F3643E0C12571C3004E77A2?opendocument' + url;
}
if(url.indexOf('solutionid')>-1){
window.location='/website/veoliafrance.nsf/pages/05D63ACA841445FDC12571C40041426D?opendocument' + url;
}
}