
function openw(file, w, h)
{
	window.open (file,"Technik","height=" + h + ",width=" + w + ",menubar=no,scrollbars=yes,resizable=yes");
	document.focus;
}
		

