function ch_city(){
		city = document.Routenplaner.start.value;
		
		verlink = document.Routenplaner.action.value = "http://maps.google.de/maps?f=d&hl=de&geocode=&saddr="+ city +"&daddr=ischgl+tirol";
		open(verlink);
}

function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

function Hide(navi)
{
document.getElementById('more_text').style.display = 'none';
document.getElementById('hide_button').style.visibility = 'hidden';
document.getElementById('show_button').style.visibility = 'visible';
}

function Show(navi)
{
document.getElementById('more_text').style.display = 'inline';
document.getElementById('show_button').style.visibility = 'hidden';
document.getElementById('hide_button').style.visibility = 'visible';
}
