// Overide Windows minimize to move window inside dock
Object.extend(Windows, {
  // Overide minimize function
  close: function(id, event) {
    var win = this.getWindow(id)
    if (win && win.visible) {
      // Hide current window
      win.hide();

      // Create a flash element
      var so = new SWFObject("anim.swf", "movie", "300", "200", "6", "#ffffff");
      so.addParam("quality", "best");
      so.addParam("menu","false")
      so.write("flashcontent");
    }
    Event.stop(event);
  }
})


function init_mittagstisch(){
   document.getElementById("flashcontent").removeChild(document.getElementById("flashcontent").firstChild);
    //document.getElementById("flashcontent").firstChild.data="test";//<img src="bilder/bild5.jpg" width="300" height="200" border="0" alt=""> ;
    var myH1 = document.createElement("h1");
    Dialog.alert("mezzofam",{className: "mac_os_x",  title: "Mittagskarte",url:"dateien/karte.php" ,width:630, height:545, top: 3, left:161 ,destroyOnClose:true,
    opacity:1,maximizable: false ,closable:true, resizable:false, draggable:false, scrolling:"no",parent:$('container')
        });
}
function init_event(){
   document.getElementById("flashcontent").removeChild(document.getElementById("flashcontent").firstChild);
    //document.getElementById("flashcontent").firstChild.data="test";//<img src="bilder/bild5.jpg" width="300" height="200" border="0" alt=""> ;
    var myH1 = document.createElement("h1");
    Dialog.alert("party",{className: "mac_os_x",  title: "Weihnachten 2011",url:"wm.html" ,width:800, height:513, top: 16, left:80 ,destroyOnClose:true,
    opacity:1,maximizable: false ,closable:true, resizable:false, draggable:false, scrolling:"no",parent:$('container')
        });
}

function init_info(){
    Dialog.alert("info",{className: "mac_os_x",  title: "Info",url:"test.html" ,width:290, height:160, top: 30, left:300 ,destroyOnClose:true,
    opacity:1,maximizable: false ,closable:true, resizable:false, draggable:false, scrolling:"no",parent:$('container')
        });


}
