function addfav(){
	if(document.all)window.external.AddFavorite(location.href,document.title);
}
function printpreview(url){
	window.open(url+'&action=print','','width=620,height=900,false');
}
function mapfull(){
	window.open('/gfx/image_anfahrt-full.png','','width=480,height=500,false');
}
var timer;
function showlang(){
	document.getElementById('lang').className='vis';
	if(timer)clearTimeout(timer);
}
function hide_lang(){
	document.getElementById('lang').className='hid';
	clearTimeout(timer);
	timer=0;
}
function hidelang(){
	timer=setTimeout('hide_lang()',200);
}
