function openFilebox(link,breit,hoch,name)
		{
		fileBox = window.open(link,name,"width="+breit+",height="+hoch+",locationbar=no,toolbar=no,menubar=no,resizable=yes,status=no,scrollbars=no,left=70,top=70");
		fileBox.focus();
		}