function openFloorPlan(file1, file2, appInfo){
	/*var w = 620;
    var h = 700;
    var win = window.open("showFloorPlan.htm?file="+file,"","toolbar=0,menubar=0,scrollbars=1,resizable=0,width="+w+",height="+h);
    win.moveTo((screen.width-w)/2,(screen.height-h)/2);*/
    showPopupPage(file1, file2, appInfo, "600", "700");
      
}

window.onload = function(){
    //showPopupPage("a2.jpg", "fa1.jpg", "galeria", "600", "700");
    document.getElementById("curtain").onclick = function(){
        closePopup();
    }
}