// -------------------

function showmap24(){
 W = 10;
 F = 30; 
 var Z = window.open("http://link2.map24.com/?street0=Herzog-Max-Str.%2014&zip0=96047&toolbar=no&city0=Bamberg&state0=&country0=de&name0=RAe Firlus,%20Hoermann%20u.Kollegen&lid=2b58fa16&ol=de-de","Anfahrtsplan","width=880,height=610,screenX=0,left="+W+",screenY=0,top="+F+",toolbar=no,location=no,status=no,resizable=no,scrollbars=no");
 Z.focus();
}


function showviamichelin(){
 W = 10;
 F = 30; 
 var Z = window.open("http://www.viamichelin.de/viamichelin/deu/dyn/controller/mapPerformPage?strAddress=Herzog-Max-Stra%DFe&strLocation=Bamberg&strCountry=240&mapId=-t0yjp2k1g8r1cp  ","Anfahrtsplan","width=642,height=710,screenX=0,left="+W+",screenY=0,top="+F+",toolbar=no,location=no,status=no,resizable=no,scrollbars=no");
 Z.focus();
}



