var win=null;

onerror = stopError;
function stopError(){
	return true;
}


function e_mag_window(){
		win_height = screen.height;
		win_width = screen.width;
		pos_horizon = 0;
		pos_vertical = 0;
	myleft=20;
	mytop=20;
	settings="width="+win_width+",height="+win_height+",top=" + mytop + ",left=" + myleft + ",scrollbars=no,statusbar=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
	win=window.open("kreuzfahrt.html","mypopup",settings);
	win.focus();

}


