function search()
{
        
		zeit=document.formular.zeit.options[document.formular.zeit.selectedIndex].value
		genre=document.formular.genre.options[document.formular.genre.selectedIndex].value
		
		//if (zeit == "00" && genre != "00") {zeit="--";genre="--";}
		
		url="va"+ zeit + "-" + genre + ".html"
		
        if(document.location.href.indexOf("tagestipps/")!=-1) url="../"+url;
        if(document.location.href.indexOf("veranstaltungen/")!=-1) url="../"+url;
		//alert(url)
		document.location.href= url
}


function textaudio () {
textfenster=window.open("../textaudio.html","textfenster","width=300,height=150");

}
function textvideo () {
textfenster=window.open("../textvideo.html","textfenster","width=300,height=150");

} 