function popwin(fil,navn,bred,hoj,scroll,resize) // Intern1
{
	window.open(fil,navn,eval("'width=" + bred + ",height=" + hoj + ",scrollbars=" + scroll + ",resizable=" + resize + ",status=no,titlebar=no'"));
}

$(document).ready(function() {
$("#press h2").eq(1).css("margin","0 0 0 0");
 });
