function doxreviewcss() {
	$("#midContainer").css("background-image","url(http://www.poldox.nl/site/wp-content/themes/poldox/images/midContainerBackgroundReview.gif)");	
}

$(document).ready(function() {
			
	$(document).pngFix(); 			
	
	// tooltips
	// $('#videoStillContainerXS a').tooltip({ track: true, delay: 0, showURL: false, showBody: " - ", fade: 250 });
	
	// steunkleur
	$('.mainLinks').highlight('dox');
	$('.mainLinks').highlight('act');
	$('.subLinks').highlight('dox');
	$('div#homeText h1').highlight('poldox');
	$('h1').highlight('dox');
	$('div#single h3').highlight('dox');
	
	// luxhoogte
	contentHeight = $("#contentContainer").height(); 
	minimalHeight = $("#minHeight").height();
		
	if ( $("#embedflash").length > 0 ) { if ( $("#embedflash").height() < 1 ) { contentHeight = contentHeight + 355; } } 
	if (contentHeight < minimalHeight) { contentHeight = minimalHeight; }	
	
	$('#luxContainer').css("height",contentHeight) ;
	
});




