function toggleLeesVerder() {
	var os=document.getElementById('spanVervolgTekst');
	var ol=document.getElementById('spanLeesVerder');
	os.style.display='block';
	ol.style.display='none';
}

function goTo(PageID,State){
	var href = "page.aspx?"+ FPNAME_PageID + "=" +PageID
	if (State) {
		if ( 4 >= State && State >=1 ) {
			href += "&" + FPNAME_PreviewState + "=" + State
		}
	}
		
	document.location.href = href
}

function popupPrint(sUrl){
	if (top.oPrint)
		top.oPrint.close()
		
	top.oPrint			= window.open(sUrl,"NetlePRINT","height=700,width=650,top=100,left=100,location=0,menubar=1,resizable=1,scrollbars=1,status=0,toolbar=0" ,true)
	top.oPrint.opener	= window;
	top.oPrint.focus();
}

function Print(){
	if (window.print)
		window.print()
}
ind('.pubContent').hide().load(_infoUrl + _pageName + _infoPage + ' .pubContent >*', function(responseText, textStatus, XMLHttpRequest) {
			if(textStatus == 'success'){
			 $('.popUpBox').addClass('loading').show();
			 $('.popUpBox').removeClass('loading').find('.pubContent').slideDown();
			}else{
				$('.popUpBox').hide();
			}
		});
});