// Menus déroulants catégories...
var categorie_encours = '';
function affiche_categorie(nom,on_off) {
	if (on_off) {
		document.getElementById("pave_"+nom).className		= "pave_on";
		document.getElementById("ul_"+nom).style.display	= "block";
	}
	else {
		document.getElementById("pave_"+nom).className		= "pave";
		document.getElementById("ul_"+nom).style.display	= "none";
	}
}

//
// Affiche ou masque un id...
//
var id_on_encours = '';
var timeout = 0;
function id_onoff(id, onoff) {
	if (o_encours = document.getElementById(id_on_encours)) o_encours.style.display = 'none';

	clearTimeout(timeout);

	if (o = document.getElementById(id)) {
		if (onoff)	o.style.display = 'block';
		else		o.style.display = 'none';
	}

	id_on_encours = id;
}

function id_off_delay(id) {
	timeout = setTimeout("id_onoff('" + id + "', false)",500);
}
// popin
var id_popin_encours = 0;
function popup_afficher(id) {
	if (id_popin_encours && id_popin_encours != id) $("#" + id_popin_encours).fadeOut("normal");
	$("#" + id).fadeIn("normal");
	$("#" + id).css("left", "50%");
	$("#" + id).css("margin-left", '-' + ($("#" + id).outerWidth() / 2) + 'px');
	$("#" + id).css("margin-left", parseInt($("#" + id).css('marginLeft'), 10) + jQuery(window).scrollLeft());
	if (id_popin_encours == id) {
	    $("#" + id_popin_encours).fadeOut("normal");
	    id_popin_encours = 0;
	} else id_popin_encours = id;
}
function popup_cacher(id) {
	$("#" + id).fadeOut("normal");
}

// recherche ajax
	$(function() {
		$("#ajax_recherche").autocomplete({
			serviceUrl:"recherche_ajax_autocomplete.php",
			 minChars:2,
			 onSelect: function(value, data){
				window.location = data; }
		});
	});
// bandeau déroulant
$(document).ready(function() {

		$('#slider1').anythingSlider({
			autoPlay        : true,    
			width           : 777,  // Override the default CSS width
			height			: 374,
			enableKeyboard      : true,
			delay               : 6000,      // How long between slideshow transitions in AutoPlay mode (in milliseconds)
  			animationTime       : 1000
		});

		// Report Events to console
		$('.anythingSlider').bind('slideshow_start slideshow_stop slideshow_paused slideshow_unpaused slide_init slide_begin slide_complete',function(e, slider){
			// show object ID + event (e.g. "slider1: slide_begin")
			var txt = slider.$el[0].id + ': ' + e.type + ', now on panel #' + slider.currentPage;
			$('#status').text(txt);
			if (window.console && window.console.firebug){ console.debug(txt); } // added window.console.firebug to make this work in Opera
		});


			$('#slider1').closest('div.anythingSlider')
				.removeClass( $.map('minimalist-round', function(t){ return 'anythingSlider-' + t; }).join(' ') )
				.addClass('anythingSlider-' + 'minimalist-round');


		$("#slider1").show();

	});

	$("#ajax_recherche").attr('autocomplete', 'off');
//////////////////////////////////////////////////


// Valider le formulaire de livraison avant de passer au paiement...
function paiement(mode) {
	//if (mode==1) document.form_commander.target="SPPLUS";	// Nouvelle fenêtre...

	document.form_commander.mode_paiement.value = mode;
	document.form_commander.submit();
}

//
// Commander...
// valider le caddie et rediriger vers la page de récap commande...
//
function commander() {
	document.form_caddie.commande.value=1;
	document.form_caddie.submit();
}
//////////////////////////////////////////////////

//
// Commander...
// valider la commande et rediriger vers la page de fin de commande...
//
function commander_fin() {
	document.form_commander.valide_commande.value=1;
	document.form_commander.submit();
}
//////////////////////////////////////////////////


// Afficher la Facture dans la fenêtre...
function facture(id_commande) {
	var	yMax = screen.height - 150;
	the_URL = "_facture.php?id_commande=" + id_commande;
	window.open(the_URL,"facture","toolbar=no,status=no,location=no,resizable=no,scrollbars=yes,copyhistory=0,menubar=yes,width=650,height=" + yMax + ",left=0,top=0");
}


// Valide le kit de complément...
function kits_valider(action) {
	document.form_kits.kits_action.value = action;
	document.form_kits.submit();
}


//
// Tester et envoyer le formulaire de recherche...
//
function envoi_form_rech() {
	if (document.form_rech.rech_texte.value!="") document.form_rech.submit();
}
//////////////////////////////////////////////////


//
// Tester et envoyer le formulaire de connexion à l'espace perso...
//
function connect() {
	if ( document.form_connect.eap_login.value!="" && document.form_connect.eap_passwd.value!="" && document.form_connect.eap_dept.selectedIndex) document.form_connect.submit();
}
//////////////////////////////////////////////////


//
// Intervertir une image...
//
function changer_image (obj, img) {
	obj.src = img.src;
}
//////////////////////////////////////////////////


//
// Popup...
//
function popup (the_URL, nom, X, Y, Left, Top) {
	if (!Y)		var Y	 = screen.height - 200;
	if (!Left)	var Left = (screen.width  - X) / 2;
	if (!Top)	var Top  = (screen.height - Y) / 2;
	var fen = window.open(the_URL,nom,"toolbar=no,status=no,location=no,resizable=yes,scrollbars=yes,copyhistory=0,menubar=no,width=" + X + ",height=" + Y + ",left=" + Left + ",top=" + Top);
	fen.focus();
}
//////////////////////////////////////////////////



function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
