// JavaScript Document

function anfahrt()
{
	var OpenWindow=window.open('../karten.html', '', 'scrollbars=no,width=480,height=440,top=0,left=300'); 

}

