function wopen(link,wi,he) {
	
	var width=wi; var height=he;
	var l=(screen.availWidth-width)/2;
	var t=(screen.availHeight-height)/2;
    wincom=window.open(link ,"oswin","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width="+wi+",height="+he+",screenX="+l+",screenY="+t+",left="+l+",top="+t);
    
    if (wincom) {
    	wincom.focus() ;
	} else {
		alert(statustext) ;
	}
}


function chkFM(s) {
    s.value = "Bitte warten, dieser Vorgang kann etwas länger dauern ....";
    return true;
}

function conflink(link,text) {

	Check = confirm(text);

	if(Check==false) {
		return ;
	} else {
		window.open(link,'_top') ;
	}
}

function wopen(link,wi,he) {

	var width=wi; var height=he;
	var l=(screen.availWidth-width)/2;
	var t=(screen.availHeight-height)/2;
    wincom=window.open(link ,"oswin","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width="+wi+",height="+he+",screenX="+l+",screenY="+t+",left="+l+",top="+t);

    if (wincom) {
    	wincom.focus() ;
	} else {
		alert(statustext) ;
	}
}




function css () {

var ie5=document.getElementById&&document.all;
var ie6=document.getElementById&&document.all&&(navigator.appVersion.indexOf("MSIE 6.")!=-1);
if (ie6)  {
document.write('<style type="text/css">#navcontainer { margin-top:-26px; }</style>');
  }
}

