jQuery.noConflict();



jQuery(document).ready(function($){


	$('div#div-partners').marquee().css('height', 100);
	
	$('table#boat-list').dataTable({
		"sPaginationType": "full_numbers",
		"bStateSave": true,
		"bProcessing": true,
		"iDisplayLength": 25,
		"aoColumns": [
			null,
		    { "sType": "html" },
		    { "sType": "html" },
		    null
		],
		"oLanguage": {

			"sProcessing": "en cours...",
			"sLengthMenu": "Afficher par _MENU_",
			"sZeroRecords": "Aucun résultats",
			"sInfo": "_START_ à _END_ sur _TOTAL_ bateaux",
			"sInfoEmpty": "Showing 0 to 0 of 0 entries",
			"sInfoFiltered": "(filtré de _MAX_ bateaux)",
			"sInfoPostFix": "",
			"sSearch": "Rechercher:",
			"sUrl": "",
			"oPaginate": {
				"sFirst":    "&lt;&lt;premier",
				"sPrevious": "&lt;précédent",
				"sNext":     "suivant&gt;",
				"sLast":     "dernier&gt;&gt;"
			}
		}
	});
	
	// Property img list
	$('div#headlines').listbox({
		paginateDivClass: 'pagination-news',
		item: 'div.headline',
		timer: false
	});
	
	
});



function fullScreenMap()
{
	
	window.location.href = 'fileadmin/templates/fdl2009/plan/map.swf';
	
}