function affiche_windows() {
win = new Window({className: "mac_os_x", title: "Informations", width:500, height:400, destroyOnClose: true, recenterAuto:false, url:"popup/index.htm"});

win.showCenter();
}
Event.observe(window, "load", affiche_windows)


