function PrintVersion(urll) {
	var pup=window.open(urll,"Print","toolbar=0,location=0,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,width=690,height=550,left=50,top=50");
	pup.focus;
}

// Advert functions
function ss(w,id) {window.status = w;return true;}
function cs(){window.status='';}
function ca(a) {  top.location.href=document.getElementById(a).href;}
function ga(o,e) {if (document.getElementById) {a=o.id.substring(1);p = "";r = "";g = e.target;if (g) {t = g.id;f = g.parentNode;if (f) {p = f.id;h = f.parentNode;if (h)r = h.id;}} else {h = e.srcElement;f = h.parentNode;if (f)p = f.id;t = h.id;}if (t==a || p==a || r==a)return true;top.location.href=document.getElementById(a).href;}}

// Tabbladen
function switchTab(tabID) {
	if (document.getElementById(tabID).style.display == 'none') { 
		document.getElementById(tabID).style.display = 'block';
	} else {
		document.getElementById(tabID).style.display = 'none';
	}
}

function PrintVersion(urll) {
	var pup=window.open(urll,"Print","toolbar=0,location=0,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,width=690,height=550,left=50,top=50");
	pup.focus;
}

