function openEdit(url){
window.open(url,'edit','height=630,width=940,scrollbars=0,directories=0,toolbar=0,location=0,dependent=1,resizable=1,top=0,left=0');
}

function openEdit2(url){
window.open(url,'edit2','height=630,width=940,scrollbars=0,directories=0,toolbar=0,location=0,dependent=1,resizable=1,top=0,left=0');
}

function toIndex(){
  window.location.href = "/fi/index";
}
