/* nowe oknie */
function displayWindow(url, width, height) {
var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no' );
}

/* mapy */
function leapto(form) {
var myindex=form.dest.selectedIndex
parent.mapa.location.href=(form.dest.options[myindex].value);
}
