// 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_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("mezzofam",{className: "mac_os_x", title: "Weihnachten 2011 im Mezzo",url:"wm.html" ,width:952, height:336, top: 98, left:0 ,destroyOnClose:true,
    opacity:1,maximizable: false ,closable:true, resizable:false, draggable:false, scrolling:"no",parent:$('container')
        });


}
function init_event1(){
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: "Weihnachten 2011 im Mezzo",url:"wm1.html" ,width:952, height:336, top: 98, left:0 ,destroyOnClose:true,
    opacity:1,maximizable: false ,closable:true, resizable:false, draggable:false, scrolling:"no",parent:$('container')
        });


}
