function setFrames(subpage, contentpage) {
	parent.content.document.location.href = contentpage;
	parent.submenu.document.location.href = subpage;
}


function setsmilie(which){ 
    document.form.bericht.value = document.form.bericht.value + which;
	document.form.bericht.focus(); 
 } 


function verwijder(bericht, url) {
	if(confirm(bericht)) { location.href = url;}
}


function erase() {
	window.status= 'FCUtrecht.net' ;
	setTimeout('erase()', 200);
	return true;
}

function setStatus() {
	setTimeout('erase()', 200);
}


function pop(link) {
	window.open(link, 'popup','width=600,height=300,scrollbars=yes,toolbar=no,location=no,resize=yes');
	
}



window.onload = setStatus;