
// V2
Event.observe(window, "load", CSS.preloadImages);

UI.WindowManager.setOptions({
 zIndex: 20000
});


Contact = {
 window: function (url_plan) {
			var monUrl = url_plan;
			 new UI.URLWindow({
			 setTheme: "mac_os_x",
			 shadow: true,
			 superflousEffects : true,
			 url : monUrl,
			 width: 500,
			 height: 400
			 }
			).center().show();
 		}
}
