$(document).ready(function(){
	$('#divJavascriptSupport').hide();
    $('#allSports,#allTypes,#allColours,#selectsortBy,#customerInformation #state,#customerInformation #country').sSelect();
	
	/* Transparence Effect 
	 ****************************** */
	var myTable = [".deleteProduct", ".imgDelete .delete", ".brochureDownload","#header img"];
	var nbBloc = myTable.length;
			
	for (i = 0; i < nbBloc; i++) {
		$(myTable[i]).hover(function(){
			$(this).stop().animate({
				'opacity': 0.7
			}, 200)
		}, function(){
			$(this).stop().animate({
				'opacity': 1
			}, 200)
		})
	}
	
	// Pour envoyer le formulaire en cliquant sur le petit bouton
	$('.sidebar_search_submit').click( function() { $('.sidebar_search').submit(); });
});

var imgPath       = "/nsj/style/img/";
imgBtnsearch      	= new Image();
imgBtnsearch.src  	= imgPath + "btn_search.jpg";
imgBtnsubmit     	= new Image();
imgBtnsubmit.src 	= imgPath + "btn_submit.jpg";
