/* Copyright Intern1 ApS */
	
	function popwin(fil,navn,bred,hoj,scroll,resize)
	{
		window.open(fil,navn,eval("'width=" + bred + ",height=" + hoj + ",scrollbars=" + scroll + ",resizable=" + resize + ",status=no,titlebar=no'")); 
	} 

/* EOF */