function anfahrt(map)
{
    if(map == 'koeln')
    {
        window.open('http://www.sunzinet.com/fileadmin/user_upload/Internet/Internetagentur/Kontaktseite/gmaps_koeln.html','Anfahrt','scolling=no,width=600,height=450');
    }

    else if(map == 'bonn')
    {
        window.open('http://www.sunzinet.com/fileadmin/user_upload/Internet/Internetagentur/Kontaktseite/gmaps_bonn.html','Anfahrt','scolling=no,width=600,height=450')
    }
}