
$(function(){
	if(document.getElementById("shop_menu")){
	var item_nr=$.cookie('active_item');
	/*$('#shop_menu ul li').eq(item_nr).find('dl').slideDown(function(){ $(this).parent().addClass('active'); });
	$.cookie('active_item', '', -1)
	//Accordion
	$('#shop_menu ul li').each(function(i) { $(this).not(['dl']); });

	$('#shop_menu ul li').find('dl').hide().end().find('a').click(function(){
			$('#shop_menu ul li').each(function(i){ if($(this).is('.active')) { 
				$.cookie('active_item',i, 1);
			 }});
			if($(this).parent().is('.active')) {
				$(this).parent().removeClass('active').find('dl').slideUp('normal');
			}
			else if (($(this).parent().children('dl').size() > 0) && (!$(this).parent().is('.active'))) {	
				
				$('#shop_menu ul li').removeClass('active').end().find('dl').slideUp('normal');
				$(this).parent().find('dl').slideDown('normal',function(){ $(this).parent().addClass('active'); });
			}
			
		});*/
	
	$('#shop_menu ul li.active dl').slideDown('normal');
	$('#shop_menu ul li').click(function() { 
			$('#shop_menu ul li').removeClass('active').find('dl').slideUp('normal');
			$(this).addClass('active').find('dl').slideDown('normal');
	});
	$('#shop_menu ul:eq(1) li').not(':first').hide();
	$('#shop_menu ul:first p').hide();
	$('#category_18 li:first').addClass('last-li').click(function() { 
												  $(this).parent().insertBefore('#category_17');
												  $('#category_17 li').not(':first').hide();
												  $(this).parent().find('li').slideDown('normal');
												  $('#category_18 li:eq(1)').find('dl').slideDown('normal');
												  $('#category_18 p').hide();
												  $('#category_17 p').show();
												  return false;		
												  	
		});	
												  	
	$('#category_17 li:first').addClass('last-li').click(function() { 
												  $(this).parent().insertBefore('#category_18'); 																					  
												  $('#category_18 li').not(':first').hide();	
												  $(this).parent().find('li').slideDown('');
												  $('#category_17 li:eq(1)').find('dl').slideDown('normal');	
												  $('#category_17 p').hide();
												  $('#category_18 p').show();
												  return false;
	
	
		});		

	$('#boutique #main_content .quick-buy ul:empty').hide();	
		
		if(document.all) {
			/*PNG*/
			if(document.getElementById('arrow-right')) {
				var leftpicture = document.getElementById('arrow-right')
				var source = leftpicture.src;
				leftpicture.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + source + "',sizingMethod='crop')"; 
				leftpicture.src = 'templates/default/images/transparent.gif';
			}
		};
		if(document.all) {
			/*PNG*/
			if(document.getElementById('arrow-right2')) {
				var leftpicture = document.getElementById('arrow-right2')
				var source = leftpicture.src;
				leftpicture.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + source + "',sizingMethod='crop')"; 
				leftpicture.src = 'templates/default/images/transparent.gif';
			}
		};
		
		 
	}
	
});

function switch_18()
	{
		$('#category_18 li:first').parent().insertBefore('#category_17');
		$('#category_17 li').not(':first').hide();
		$('#category_18 li:first').parent().find('li').slideDown();
		$('#category_18 li:eq(1)').find('dl').slideDown('normal');
		$('#category_18 p').hide();
		$('#category_17 p').show()
		return false;
	}
	
	function switch_17()
	{ 
		$('#category_17 li:first').parent().insertBefore('#category_18'); 
	   	$('#category_18 li').not(':first').hide();	
		$('#category_17 li:first').parent().find('li').slideDown();
		$('#category_17 li:eq(1)').find('dl').slideDown('normal');	
		$('#category_17 p').hide();
		$('#category_18 p').show();
		return false;	
	}
