$(document).ready(function(){
	$('.hover-style-opacity').mouseover(function(){
		$(this).css('opacity','0.82')
	}).mouseout(function(){
		$(this).css('opacity',1)
	}).css('cursor','pointer')
	$('.onclick-make-larger, .reize-me').lightBox()
	$('#hoofdmenu ul').addClass('sf-menu')
	$('.make-odds-lighter:odd, table.regular-table.gastenboek tr:odd').css('background','#383737')
	$('.sponsor').corner('9px')
	$('.sf-menu.level-0 li a').each(function(){
		if ($(this).parent().find('ul').children().length > 0) {
			$(this).css('cursor','default').attr('href','#').html($(this).attr('href','#').html()+' <small>('+$(this).parent().find('ul').children().length+')</small>')
		}
	})
	$('#wrapper').show()
	var content_hoogte = $('#main .links').innerHeight()
	var sponsor_hoogte = $('#main .rechts').innerHeight()
	if (content_hoogte < sponsor_hoogte) {
		$('#main .links').css({
			'height': '420px'
		})
		$('#resize-on-smaller').css({
			'clear': 'left',
			'position': 'relative',
			'bottom': '-20px'
		})
	}
})
