//Eigen software. ©Copyright 2001-2010 SchoonePC, R.M. Schoone.
var d=document;
var wi=window;
var scr=wi.screen;
var res=scr.width;
var crnt='#CACACA';
var totfoto=5;

var nav=navigator;
var nava=nav.userAgent;
var navn=nav.appName;
var navv=parseInt(nav.appVersion);
var brw;
if (nava.indexOf('MSIE')>0||nava.indexOf('irefox')>0||nava.indexOf('hrome')>0||nava.indexOf('afari')>0){brw='I'}else{brw='M'}

function W(tekst){tekst=''+tekst+'';if('undefined'!=tekst){d.write(tekst)}}

if (wi.parent.frames.length>0){wi.parent.location=self.document.location;}else{}

function toonmenu(table,td){
	d.all(table).style.visibility="visible";
	tdaan(td);
}

function verstopmenu(table,td){
	d.all(table).style.visibility="hidden";
	tduit(td);
}

function tdk(td){
	td.style.background=crnt; 
}

function tdaan(td){
	if(td.style.background.toUpperCase()!=crnt){
		var itm;
		itm=td.id.substr(2);
		if(itm<10)td.style.background='#99DD77';
		if(itm>9)td.style.background='#CCFF66';
		if(itm>999)td.style.background='#DDFFCC';
		if(itm>99999)td.style.background='#DDFFEE'}
		if(td.id.indexOf('id')>=0){td.style.background='#BDCEE7'}
}

function tduit(td){
	if (td.style.background.toUpperCase()!=crnt){
		td.style.background='#FFFFFF'}
}

function verbergen(idtekst,knop){
	var e=d.all(idtekst);
	var btn=d.all(knop);
	if(e.style.display=="none"){
		e.style.display="";
		btn.style.color="#000080";
	}else{
	   	e.style.display="none";
		btn.style.color="#C00000"}
}

function Fav(){
	if ((navigator.appVersion.indexOf("MSIE") > 0)
	  && (parseInt(navigator.appVersion) >= 4)) {
		wi.external.addFavorite('http://www.uitvaartinfotheek.nl/','Uitvaart Infotheek');
	}
}

function box(pfx,tip){
	W('<table border=0 width=100% cellspacing=1 cellpadding=1 bgcolor=#4B6893><tr><td>');
	W('<table border=0 width=100% bordercolor=#6B8CBD cellspacing=0 cellpadding=0><tr><td bgcolor=#CACACA width=5></td><td bgcolor=#FFFFFF background='+pfx+'i/menubalk/bground1.gif>');
	W('<table width=100% cellspacing=0 cellpadding=0 background='+pfx+'i/menubalk/bground.gif>');
	W('<tr height=5><td></td></tr><tr><td><font class=AB>&nbsp;&nbsp;');
	W(tip);
	W('</font></td></tr></table><table border=0 width=100% cellspacing=0 cellpadding=0><tr><td><font class=AB>&nbsp;&nbsp;</font></td><td><p>');
}

function boxend(pfx,logo,size){
	logo=''+logo+'';
	size=''+size+'';
    if(logo=='undefined'||logo==''){logo='!'};
	if(size=='undefined'||size==''){size='5'};
	if (res<1000){size=size-1};
	size=size*5;
	W('</p></td></tr><tr><td height=13 colspan=2 background='+pfx+'i/menubalk/bground.gif></td></tr></table></td><td background='+pfx+'i/menubalk/bground2.gif width=42 style="font-family:Comic Sans MS;color:#6B8CBD;font-size:'+size+'">');
	W('<center><b>'+logo);
	W('</b></center></td></tr></table></td></tr></table><br>');
}

months=new Array('Januari','Februari','Maart','April','Mei','Juni','Juli','Augustus','September','Oktober','November','December');
function ReturnTextDate(date){return date.getDate()+' '+months[date.getMonth()]+' '+date.getFullYear()}   

function nieuws(){
}