// Formulare
function formular(){
posLeft = (screen.width-475)/2;
posTop = (screen.height-340)/2;
popup = window.open("","formular","height=475,width=475,scrollbars=1,toolbar=0,location=0,directories=0,status=0,menubar=1,resizable=1,left="+posLeft+",top="+posTop+"");
popup.focus();
}


