function doOrder(thisCode) {
	var thisWidth = 470;
	var thisHeight = 540;
	var thisURL = "order" + thisCode + ".html";
	window.open(thisURL,"Bestellen","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=" + thisWidth + ",height=" + thisHeight + ",left=80,top=50,screenX=80,screenY=50,z-lock=0,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=0,");
}

function doDL(thisUrl, thisSiteStat) {
	if (thisSiteStat) {
		thisSiteStat = "http://nl.sitestat.com/belastingdienst/belastingdienst/s?" + thisSiteStat;
        var counter = thisSiteStat + "&ns__t=" + new Date().getTime();
		var counterImage = new Image(); counterImage.src = counter;
	}
    top.location.href = thisUrl;
}

function doDLSite(thisSite) {
	if ( thisSite != "" ) document.location.href=thisSite+"/download"; 
}


