// ************************************************************** //
// * Au dela de l'Oraison                                       * //
// ************************************************************** //
// * Copyright (c) 2007-2008                                    * //
// * Web           http://www.samantha-bailly.com               * //
// ************************************************************** //
// ************************************************************** //
// * $ Date: 2007-10-06 19:50:46 +0200 (Sat, 06 Oct 2007)     $ * //
// * $ Developper: Dietrich Christophe                        $ * //
// * $ Developper: DESPORTES Florian                          $ * //
// ************************************************************** //
// ************************************************************** //
// * $ Source: script_salons.js                               $ * //
// * $ Source type: javascript with mootools framework        $ * //
// * $ Works with: includes/salons.inc.php                    $ * //
// * $ Based on: ligthbox framework but auto-resize images    $ * //
// * $           to fit screen size                           $ * //
// ************************************************************** //


window.addEvent("domready", function() {
	/*var anchors = $$("a.salon");
	for( var i=0 ; i < anchors.length ; i++ ) {
		var anchor = anchors[i];
		anchor.addEvent("click", showBox);
	}*/
	new showBox("a.salon");
});
