//<script language="Javascript" src="/dr_js/yellowmap_search.js"></script>
function yellowmap_search(){
if (document.yellowmap.ysearch[0].checked) location.href='http://www.yellowmap.de/partners/GTUE/SearchForm.aspx';
else if (document.yellowmap.ysearch[1].checked) location.href='http://www.yellowmap.de/Partners/GTUE/SearchForm_Bau.aspx';
else if (document.yellowmap.ysearch[2].checked) location.href='http://www.yellowmap.de/Partners/GTUE/SearchForm_Anlagensicherheit.aspx';
else alert('Nix ausgewaehlt!');
}
