var win=null;

onerror = stopError;
function stopError(){
	return true;
}


function e_mag_window(){
		win_height = screen.height-65;
		win_width = screen.width-10;
		pos_horizon = 0;
		pos_vertical = 0;
	myleft=20;
	mytop=20;
	settings="width="+win_width+",height="+win_height+",top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
	win=window.open("http://www.andy-borg.de/rostock/magazin.html","mypopup",settings);
	win.focus();

}


