function openWindow(address){
	var openWindow = window.open(address,"zeiss","fullscreen=no,toolbar=yes,status=no,menubar=yes,scrollbars=yes,resizable=yes,directories=no,location=yes,width=550,height=550,left=10,top=20");
	openWindow.focus();
}