include("manageMenu.js", function() {
	ManageMenu("#menu");
});

function popUp(url,nom, width, height) {
	window.open(url, nom, "menubar=no, status=no, menubar=no,resizable=0,scrollbars=yes, width=" + width + ", height=" + height + "");
}



document.observe("dom:loaded", function() {
	if($('global')) {
		Shadowbox.init({
			 
		});
	}													
});


function videosPopin(url) {
	Shadowbox.open({
        content:    url,
        player:     "flv",
        title:      "Video Qualiac",
        width:      450,
        height:     300
    });
}
