				$(window).load(function() { 

$("#featured").orbit({
     animation: 'horizontal-push',                  // fade, horizontal-slide, vertical-slide, horizontal-push
     animationSpeed: 800,                // how fast animtions are
     timer: true, 			 // true or false to have the timer
     advanceSpeed: 7000, 		 // if timer is enabled, time between transitions 
     bullets: true,			 // true or false to activate the bullet navigation
		 captions: true, 			 // do you want captions?
     captionAnimation: 'fade', 		 // fade, slideOpen, none
     captionAnimationSpeed: 1000 	 // if so how quickly should they animate in

});

	});

	$(function() {	
		$("h2.expand").toggler();
		$("#cart").expandAll({trigger: "h2.expand", ref: "div.demo", localLinks: "p.top a"});
  	$('.system_rating').ratingbar({
		animate:		true,
		duration:		3999,
		ease:			"easeOutBounce",
		maxRating: 		10,
		wrapperWidth:	85,
		showText: 		false,
		wrapperClass:	"wrapper_books",
		innerClass:		"inner_books",
		textClass: 		"rating_books"
	});

	

	$('.system_rating_budget').ratingbar({
		animate:		true,
		duration:		3999,
		ease:			"easeOutBounce",
		maxRating: 		10,
		wrapperWidth:	85,
		showText: 		false,
		wrapperClass:	"wrapper_books",
		innerClass:		"inner_budget",
		textClass: 		"rating_books"
	});
	
	$('.system_rating_mid').ratingbar({
		animate:		true,
		duration:		3999,
		ease:			"easeOutBounce",
		maxRating: 		10,
		wrapperWidth:	85,
		showText: 		false,
		wrapperClass:	"wrapper_books",
		innerClass:		"inner_mid",
		textClass: 		"rating_books"
	});

	

	$('.system_rating_high').ratingbar({
		animate:		true,
		duration:		3999,
		ease:			"easeOutBounce",
		maxRating: 		10,
		wrapperWidth:	85,
		showText: 		false,
		wrapperClass:	"wrapper_books",
		innerClass:		"inner_high",
		textClass: 		"rating_books"
	});

$("ul.multimedia-portfolio").multimedia_portfolio({width: 650, baseDir: '.'});
$( "#dialog" ).dialog({ position: [600,200] });
$( ".resize100" ).aeImageResize({ width: 100 });
$( ".resize250" ).aeImageResize({ width: 250 });
$( ".resize128" ).aeImageResize({ width: 128 });
$('#roundbor').corner();
				// Tabs
				$('#tabs').tabs({ fx: { height: 'toggle', opacity: 'toggle', duration:'slow'} });
					$("#hoverdiv1, #hoverdiv2, #hoverdiv3, #hoverdiv4, #hoverdiv5, #hoverdiv6, #hoverdiv7, #hoverdiv8, #hoverdiv9, #hoverdiv10").hover(function() { // mouseenter
  $(this).addClass("hoverdiv");
}, function() { // mouseleave 
  $(this).removeClass("hoverdiv");
});
	  	 var $tabs = $('#tabs').tabs(); 
   	 				 $('#tab1').click(function() { // bind click event to link 
            $tabs.tabs('select', 0); // switch to third tab 
            return false; 
        }); 
                   	  $('#tab2').click(function() { // bind click event to link 
            $tabs.tabs('select', 1); // switch to third tab 
           return false; 
        }); 
        

          	  $('#tab3').click(function() { // bind click event to link 
            $tabs.tabs('select', 2); // switch to third tab 
            return false; 
        }); 
        
           	  $('#tab4').click(function() { // bind click event to link 
            $tabs.tabs('select', 3); // switch to third tab 
            return false; 
        }); 
        
           	  $('#tab5').click(function() { // bind click event to link 
            $tabs.tabs('select', 4); // switch to third tab 
            return false; 
        }); 
        
           	  $('#tab6').click(function() { // bind click event to link 
            $tabs.tabs('select', 5); // switch to third tab 
            return false; 
        }); 
        
           	  $('#tab7').click(function() { // bind click event to link 
           $tabs.tabs('select', 6); // switch to third tab 
            return false; 
        }); 

$("#klapper" ).accordion({ autoHeight: false, collapsible: true  });
$("#configmobo").colorize({oneClick:true});
$("#configmon").colorize({oneClick:true});
$("#configos").colorize({oneClick:true});
$("#configram").colorize({oneClick:true});
$("#confighdd1").colorize({oneClick:true});
$("#confighdd2").colorize({oneClick:true});
$("#confighdd3").colorize({oneClick:true});
$("#confighdd4").colorize({oneClick:true});
$("#configgpu").colorize({oneClick:true});
$("#configoptical").colorize({oneClick:true});
$("#configpsu").colorize({oneClick:true});
$("#confignetwerk").colorize({oneClick:true});
$("#configcase").colorize({oneClick:true});
$("#configcardreader").colorize({oneClick:true});
$("#configcpu").colorize({oneClick:true});
$("#configcpu_cool").colorize({oneClick:true});
$("#configmuis").colorize({oneClick:true});
$("#configkey").colorize({oneClick:true});
$("#configgarantie").colorize({oneClick:true});



 $("a#single_image").fancybox({
				'overlayColor'		: '#000',
				'overlayOpacity'	: 0.3,
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic'
});

 

 $("a#inline").fancybox({
		'hideOnContentClick': true
	});



	$( "button, input:submit, a", ".syslink" ).button({
	icons: {
               primary: "ui-icon-gear"
            }
	
});
			});
			
			
			
function voorwaarden(c){
if (c.agree_text.checked == false )
{ 
alert("U dient eerst akkoord te gaan."); 
return false;
}else 
return true;
}

