  function open_wind(){
    var h;
    h = document.getElementById('wrap').offsetHeight;
    document.getElementById('alles').style.height = h+ 'px';
    document.getElementById('alles').style.display = 'block';
    document.getElementById('popup').style.display = 'block';
  }

  function close_wind(){
    document.getElementById('alles').style.display = 'none';
    document.getElementById('popup').style.display = 'none';
  }

function kv_show(n) {
    $j(".kv"+n).show();
}
function kv_hide(n) {
    $j(".kv"+n).hide();
}
function kv_f_show(n) {
    $j(".kv_f"+n).show();
}
function kv_f_hide(n) {
    $j(".kv_f"+n).hide();
}
function inner_form() { $j(function() {
		
                $j("#datepicker_from_outside").datepicker();
                $j("#datepicker_to_outside").datepicker();
	});
}
function inner_form_1() { 
  $j('#ui-datepicker-div').css({'z-index':'10001'});
  $j('#ui-datepicker-div').css({'margin-top':'0px'});
}

function inner_form_2() { 
$j('#ui-datepicker-div').css({'z-index':'10001'});
  $j('#ui-datepicker-div').css({'margin-top':'223px'});
}


