//<![CDATA[
function scrollTotop() { 
scroll(0,0); 
} 


function openVragenPopUp()
{
	window.open('/infoPopUp.asp', 'infoPopUp', 'width=200,height=100,scrollbars=yes,toolbar=no,location=no' );
}

function voegProductToe() {
	document.body.scrollTop = 0;

	jQuery(sportsfinder_overlay).show();
	jQuery('#sportsfinder-tekstblok-tekst').html(jQuery('#siteoverlay').html());
	jQuery(sportsfinder_tekstblok).css('left', '40%');
	jQuery(sportsfinder_tekstblok).css('top', '326px');
	jQuery(sportsfinder_tekstblok).fadeIn('normal');

	return false;
}

function voegProductToeLink() {
	jQuery('span.momentaub').css('height','20px');
	jQuery('a.voegtoelink').each(function() {
	jQuery(this).hide();
	});

	return true;
}
//]]>