$(document).ready(function(){
			
	$('.slider').flash({
    src: '/media/flash/slider.swf',
    width: 899,
    height: 410
	});

			$(function(){

				// Accordion
				$("#accordion").accordion({ header: "h3", autoHeight: false, active: false,collapsible: true });
												
				//hover states on the static widgets
				$('#dialog_link, ul#icons li').hover(
					function() { $(this).addClass('ui-state-hover'); }, 
					function() { $(this).removeClass('ui-state-hover'); }
				);
				
			});
			
			$(function(){

				// Accordion
				$("#accordion2").accordion({ header: "h3", autoHeight: false, active: false,collapsible: true });
												
				//hover states on the static widgets
				$('#dialog_link, ul#icons li').hover(
					function() { $(this).addClass('ui-state-hover'); }, 
					function() { $(this).removeClass('ui-state-hover'); }
				);
				
			});
			
			$(function(){

				// Accordion
				$("#accordion3").accordion({ header: "h3", autoHeight: false, active: false,collapsible: true });
												
				//hover states on the static widgets
				$('#dialog_link, ul#icons li').hover(
					function() { $(this).addClass('ui-state-hover'); }, 
					function() { $(this).removeClass('ui-state-hover'); }
				);
				
			});




	
	$("a[href$=pdf]").addClass("pdf").attr({ target: "_blank" });

	$("a[href$=zip]").addClass("zip").attr({ target: "_blank" });

	$("a[href$=psd]").addClass("psd").attr({ target: "_blank" });
	
	$("a[href^='http']")
		.addClass("external")
		.attr({ target: "_blank" });

});

function show(){
		item = document.getElementById('terechtgekomen_7');
		item.checked = true;
	}
						  
	$(document).pngFix(); 