function eins()
{
var winl = (screen.width - 550) / 2;
var wint = (screen.height - 520) / 2;
var newWindow = window.open('anfahrt.html','','height=500,width=500,top='+wint+',left='+winl+',toolbar=no,scrollbars=yes');
}
function uno()
{
var winl = (screen.width - 550) / 2;
var wint = (screen.height - 520) / 2;
var newWindow = window.open('anfahrt_it.html','','height=500,width=500,top='+wint+',left='+winl+',toolbar=no,scrollbars=yes');
}
function eins_bad()
{
var winl = (screen.width - 550) / 2;
var wint = (screen.height - 520) / 2;
var newWindow = window.open('anfahrt_bad.html','','height=500,width=500,top='+wint+',left='+winl+',toolbar=no,scrollbars=yes');
}
function zwei()
{
var winl = (screen.width - 800) / 2;
var wint = (screen.height - 580) / 2;
var newWindow = window.open('car.html','','height=530,width=800,top='+wint+',left='+winl+',toolbar=no,scrollbars=no');
}
function due()
{
var winl = (screen.width - 800) / 2;
var wint = (screen.height - 580) / 2;
var newWindow = window.open('car_it.html','','height=530,width=800,top='+wint+',left='+winl+',toolbar=no,scrollbars=no');
}
function zwei_bad()
{
var winl = (screen.width - 800) / 2;
var wint = (screen.height - 580) / 2;
var newWindow = window.open('car_bad.html','','height=530,width=800,top='+wint+',left='+winl+',toolbar=no,scrollbars=no');
}