str=location.pathname;
if (str.substr(0,16)=='/~egavic/ASN/be/')         // Herkomst mirror
{ 
str1=str.substr(16,100);                                                           // Isoleer bestandsnaam
l1 = str1.length;                                                                       // lengte bestandsnaam
str2=str1.substr(0,((l1)-5));                                                       // Verwijder extensie
}
else
{
str1=str.substr(4,100);                                                           // Isoleer bestandsnaam
l1 = str1.length;                                                                       // lengte bestandsnaam
str2=str1.substr(0,((str1.length)-5));                                                       // Verwijder extensie
}
document.write ('<A HREF="../maps/maps_be.html?');
document.write (str2);
document.write ('.html');
document.writeln ('">');
document.write ('<IMG SRC="../img/map_be.png" alt="Kaart/Map" BORDER=0 ');
document.write ('onclick="window.open\(\'../maps/maps_be.html?'+str2+'\',\'kaart\',\'width=550,height=700,toolbar=no,menu=no\'\);return false"></A>');


// document.write ('<A HREF="maps/map_');
// document.write (str2);
// document.write ('.html');
// document.writeln ('">');
// document.write ('<IMG SRC="img/map_be.png" alt="Kaart/Map" BORDER=0 ');
// document.write ('onclick="window.open\(\'maps/map_'+str2+'.gif\',\'kaart\',\'width=500,height=650,toolbar=no,menu=no\'\);return false"></A>');



// document.write ('<A HREF="maps/map_');
// document.write (str2);
// document.write ('.html');
// document.writeln ('"><IMG SRC="img/contact.png" alt="Kaart/Map" BORDER=0></A>');





