function n() {
            if ( !arguments ) {
                return true;
            }

            var pageTracker = false;
            if ( arguments.length > 1 ) {
                pageTracker = _gat._getTracker("UA-9017715-5");
            }

            var msTimeout = 300;
            for ( var i = 1; i < arguments.length; i++ ) {
                var arg = arguments[ i ];
                
                if ( typeof arg == 'object' ) {
                    if ( arg.curl !== undefined ) {
                        if ( arg.curl.length > 0 ) {
                            arguments[0].href = arg.curl;
                            
                            if ( arg.track !== undefined && arg.track.length > 0 ) {
                                pageTracker._trackPageview("/zapmeta/"+arg.track);
                            }
                        }
                    } else {
                        var call = arg.shift()+'(';
                        if ( arg.length ) {
                            call += "'"+arg.join("', '" )+"'";
                        }
                        eval( call+');' );
                        msTimeout += 200;
                    }
                } else if ( typeof arg == 'string' && arg.length > 0 ) {
                    pageTracker._trackPageview("/zapmeta/"+arg);
                }
            }
            
            if ( typeof arguments[0] != 'undefined' && arguments[0] ) {
                if ( arguments[0].target && arguments[0].target == '_blank' ) {
                   return true;
                }
                setTimeout( 'document.location.href = \''+arguments[0].href+'\';', msTimeout );
                return false;
            }

            return true;
}


function ggconv(){
    var ord = Math.random()*10000000000000000;
               var writeconv = new Image();
               writeconv.src=("http://www.googleadservices.com/pagead/conversion/1027270954/?value=0.05&label=nhRpCKi9kwEQqtLr6QM&guid=ON&script=0");
               var writeconv = new Image();
               writeconv.src=("http://www.googleadservices.com/pagead/conversion/1024219894/?value=0.05&label=6wCcCPbyswEQ9rWx6AM&guid=ON&script=0");
}


// Resultaten mouse-over effect.

function Hover(id)
{	
document.getElementById(id).className += "hover";
}

function Unhover(id)
{
	document.getElementById(id).className = document.getElementById(id).className.replace(/\s*hover/, "");
}


// Window Resize

function wrsize()
{
 var menu = document.getElementById('header');
	var menb = menu.offsetWidth;
	var bodb = document.body.offsetWidth;

	if (menb < 770)
	{
		document.getElementById('logo').src = "http://images.zapmeta.com/v2/zapmeta/logo_zapmeta_web_mini.png";
		document.getElementById('barlogo').style.width = "80px";
	}
	else if (menb >= 770)
	{
		document.getElementById('logo').src = "http://images.zapmeta.com/v2/zapmeta/logo_zapmeta_web_small.png";
		document.getElementById('barlogo').style.width = "22%";
	}
	
	if (bodb < 840)
	{
	if(document.getElementById('right')!=null){document.getElementById('right').style.display = "none"}
		document.body.className= "smal2";
	}
	else if (bodb < 960)
	{

	if(document.getElementById('right')!=null){document.getElementById('right').style.display = "block"}
		document.body.className= "smal";
	}
		
	else if (bodb >= 960)
	{

	if(document.getElementById('right')!=null){document.getElementById('right').style.display = "block"}
		document.body.className= "";
	}
	
	if (menb < 660)
	{

		document.getElementById('bar_opties').style.display = "none";

	}
	else if (menb >= 660)
	{

		document.getElementById('bar_opties').style.display = "block";

	}
	
}


window.onresize = wrsize;	



// Aansturing Uitklap menu's

var meerstat = 0;
var optiestat = 0;
var geschstat = 0;

function showMore(id)
	{ 
if (id == 'meer' || meerstat == 1 ){
		if (meerstat != 1) 
		{ document.getElementById('meerul').style.display = 'block'; meerstat = 1;  document.getElementById('meerknop').style.background = 'url(http://images.zapmeta.nl/v2/zapmeta/arrow_black_up.png) 35px 15px no-repeat'; }
		else
		{ document.getElementById('meerul').style.display = 'none'; meerstat = 0;  document.getElementById('meerknop').style.background = 'url(http://images.zapmeta.nl/v2/zapmeta/arrow_black_down.png) 35px 15px no-repeat'; } 
	} 
if (id == 'geschiedenis' || geschstat == 1 ){
		if (geschstat != 1) 
		{ document.getElementById('geschul').style.display = 'block'; geschstat = 1; document.getElementById('geschknop').style.background = 'url(http://images.zapmeta.nl/v2/zapmeta/arrow_black_up.png) right 6px no-repeat'; }
		else
		{ document.getElementById('geschul').style.display = 'none'; geschstat = 0;  document.getElementById('geschknop').style.background = 'url(http://images.zapmeta.nl/v2/zapmeta/arrow_black_down.png) right 7px no-repeat'; } 
	} 
if (id == 'optie' || optiestat == 1){
		if (optiestat != 1)
		{ document.getElementById('optieul').style.display = 'block'; optiestat = 1; document.getElementById('optieknop').style.background = 'url(http://images.zapmeta.nl/v2/zapmeta/arrow_black_up.png) right 6px no-repeat'; }
		else
		{ document.getElementById('optieul').style.display = 'none'; optiestat = 0; document.getElementById('optieknop').style.background = 'url(http://images.zapmeta.nl/v2/zapmeta/arrow_black_down.png) right 7px no-repeat'; } 
		} 
	}
