function vypocitaj(){
  window.frames.calculation.location="calculate.php?vzdialenost="+window.document.getElementById('vzdialenost').value +
  "&spotreba="+window.document.getElementById('spotreba').value +
  "&pocet_osob="+window.document.getElementById('pocet_osob').value +
  "&cena_benzinu="+window.document.getElementById('cena_benzinu').value +
  "&rocne_poistne="+window.document.getElementById('rocne_poistne').value +
  "&udrzba="+window.document.getElementById('udrzba').value +
  "&km_peryear="+window.document.getElementById('km_peryear').value +
  "&nakupna_cena="+window.document.getElementById('nakupna_cena').value ;

} 
