function initMenu() 
{

$('ul#menu li div.accordionContent').hide();

$('ul#menu li span.title').bind('click', function () {
	
	$(this).next().slideToggle('normal'); 
	
	if($('ul.installation li a', $(this).next()).length > 0)
	{
		$('ul', $('.installation')).hide();
		$('.parent', $('.installation')).bind('click', function() { 
		$('ul',$(this)).show(); 
		$(this).unbind('click'); 
		$(this).bind('click',function() { 
			$(document).location( $('ul.installtion li a',$(this)).attr('href')); 
			}); 
			return false; });
	}
	return false; 
	
	
	});
}



$(document).ready(function() {

	initMenu();  
	
	$('html').removeClass('no-js');
	
	
	
	if(!$('.breadWrap > .breadCrumb').length) {
		$('.breadWrap').addClass('noSub');
	}
	
	

	if(typeof DD_belatedPNG != 'undefined') 
	{
		DD_belatedPNG.fix('.offerdot img, .products h2, .arrow, .nav ul li.first a, .carouselWrap a.prev, .carouselWrap a.next,  .arrowInner');
		DD_belatedPNG.fix('a.smallOfferDot img, .showrooms h2');
	}
	

	
	

});

