<!--
function gotoUrlIE(url)
{
    if (isIE) {
        gotoUrl(url);
    }
}



function silentErrorHandler() {return true;}
		window.onerror=silentErrorHandler;
			var i=0;
			function zoom(id)
			{
				var str;
				
			
			
					if (id == "plus") 
  					{
  						i++;
  						document.body.style.zoom=1+i/10;
  					
  					}
  					if (id == "minus") 
  					{
  						i--;
	  					
	  					
  						document.body.style.zoom=1+i/10;
  					}
  					if (id == "normal") 
  					{
  						document.body.style.zoom=1;
  						i=1;
  					}
  					
					
				}
							function winOpnCtr(filename,winwidth,winheight){
				winleft = (screen.width / 2) - (winwidth / 2);
				wintop = (screen.height / 2) - (winheight / 2);
				window.open(filename, 'Test', 'top=' + wintop + ',left=' + winleft + ',height=' + winheight + ',width=' + winwidth +',resizable=0');
			}
			
			
var windows = null;
var popupURL = "pop.html";

function newWindow(mySite,myName,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
Fenster = window.open(mySite,myName,settings)
}



// -->