function putLink(newLink){
	document.getElementById("path").innerHTML="\\ &nbsp;&nbsp;"+newLink;
}
function showFloorPlan(file){
    var w = 620;
    var h = 700;
    var win = window.open("showFloorPlan.htm?file="+file,"PRAVEC_GOLF_RESORT","toolbar=0,menubar=0,scrollbars=0,resizable=0,width="+w+",height="+h);
    win.moveTo((screen.width-w)/2,(screen.height-h)/2);
}