
// hovereffekt nur für IE bei submit-Buttons

function newwindow(theURL,winName,features){
  window.open(theURL,winName,features);
}


