function resizeIframe(frame){

	switch(frame){
	
	case 'contentframe':
		//parent.document.all.contentframe.height = document.body.scrollHeight;
		//alert(parent.document.getElementById('contentframe')+' = '+document.body.scrollHeight);
		parent.document.getElementById('contentframe').height = document.body.scrollHeight;
	break;
	
	}
}

function showNewsItems(){

	parent.divNieuwsItems.innerHTML = divNewsItems.innerHTML

}
