$(document).ready(function(){
	if($('#content').height() < 600){
		document.getElementById('container').style.height = 600+'px';
	} else {
		document.getElementById('container').style.height = $('#content').height()+'px';
	}
});

function showNewCollectieImg(img){
	document.getElementById('collectie_img').src = 'uploads/img_collectie/big/'+img;
}