var win=null;

onerror = stopError;
function stopError(){
	return true;
}


function popup1(){
	myleft=(screen.width)?(screen.width-640)/2:100;mytop=(screen.height)?(screen.height-480)/2:100;
	settings="width=640,height=480,top=" + mytop + ",left=" + myleft + ",scrollbars=yes,location=no,directories=no,status=no,menubar=yes,toolbar=no,resizable=no,dependent=no";
	win=window.open("http://www.alscher-scheunemann.de/popup/haftungsausschluss.html","popuph",settings);
	win.focus();

}

