$(document).ready(function() 
{
	
	
	$('a.lightbox').lightBox(
	{
		overlayBgColor: '#1a2842',
		overlayOpacity: 0.8,
		imageLoading: '/ENGINE/IMAGES/CVS/LIGHTBOX/loading.gif',
		imageBtnClose: '/ENGINE/IMAGES/CVS/LIGHTBOX/close.gif',
		imageBtnPrev: '/ENGINE/IMAGES/CVS/LIGHTBOX/prev.gif',
		imageBtnNext: '/ENGINE/IMAGES/CVS/LIGHTBOX/next.gif',
		txtImage: 'Afbeelding',
		txtOf: 'van'
		
	});    
	
	$('#interface-streamer-container').innerfade(
	{ 
		animationtype: 'fade', 
		speed: 1000, 
		timeout: 8000, 
		type: 'random', 
		containerheight:  '219px',
		runningclass: 'innerfade'
	});	
	
	
});

/**/

function validatePaper(element_o)
{	
	if($('#paper_file').val())
	{
		return getValidation(element_o);	
	}	
	else
	{
		alert('U dient een paper bij te voegen.');	
		return false;
	}
}




