function tour (param) {
window.open(param, "tour", "width=770, height=480, location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=no");
return false;
}
function detail (param) {
window.open(param, "Nemovitost", "width=415, height=520, top=280%, left=750%, location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=no");
return false;
}
function imag (param,width,height) {
width=width+20;
height=height+40;
var new_w = window.open(param, "obrázek", "width="+width+", height="+height+", top=180%, left=250%, location=no, menubar=no, status=no, toolbar=no, scrollbars=no, resizable=no");
new_w.window.focus();
return false;
}



