/*browser immer im top */
if(top!=self){
	top.location=self.location;
}
function printPage(){
	this.print();
}
function winOpen(url, breite, hoehe, sbar) {
      links = (screen.width/2)-(breite/2);
      oben = (screen.height/2)-(hoehe/2);
      window.open(url,"popup","height="+hoehe+",width="+breite+",status = no,toolbar =no,menubar = no,location = no,resizable = no,titlebar = no,scrollbars = "+sbar+",fullscreen = no,top ="+oben+",left ="+links);
} 


/* -----
	Sprungmenu
 -----*/
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}