<!--
function goTo(form){ 
var myindex=form.downloads.selectedIndex 
if (form.downloads.options[myindex].value !="0"){
window.open(form.downloads.options[myindex].value,"","");
} 
}
function goTo2(form){ 
var myindex=form.weblinks.selectedIndex 
if (form.weblinks.options[myindex].value !="0"){
window.open(form.weblinks.options[myindex].value,"","");
} 
}
function anfrageformular(popurl) 
{
	foo1 = window.open(popurl,'fenster','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=610,height=520');
	foo1.focus();
}
function anfahrtskizze(popurl) 
{
	foo2 = window.open(popurl,'fenster2','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0,width=576,height=576');
	foo2.focus();
}
function print_out() {
	if (document.all) {
    	var OLECMDID_PRINT = 6;
        var OLECMDEXECOPT_DONTPROMPTUSER = 2;
        var OLECMDEXECOPT_PROMPTUSER = 1;
        var WebBrowser = "<OBJECT ID='WebBrowser1' WIDTH=0 HEIGHT=0 CLASSID='CLSID:8856F961-340A-11D0-A96B-00C04FD705A2'></OBJECT>";
        document.body.insertAdjacentHTML("beforeEnd", WebBrowser);
        WebBrowser1.ExecWB(OLECMDID_PRINT, OLECMDEXECOPT_PROMPTUSER);
        WebBrowser1.outerHTML = "";
	} else {
    	self.print();
    }
}
//-->
