var oPrev;
var Prevonmouseover;
var Prevonmouseout;

function onmouseover_A(name) {
}

function onmouseout_A(name) {
}

function onclick_A(name) {
}

function rollover(O) {
	//O.bgColor='#9cb4d9';
	O.style.cursor='hand';
}

function rollout(O) {
	//O.bgColor='';
}

function doclick(O) {
	var A = O.getElementsByTagName("A")[0];
	window.frames['content'].document.location.href=A.href;



}

function showperson(person) {
	window.open('mensen.asp?id='+person,"mensen","width=636,height=388, menubar=no, scrollbars=yes, resizable=no, toolbar=no",true)
}



function movie(mname) {
	var intIndexOfMatch = mname.indexOf( " " );
	while (intIndexOfMatch != -1){
		mname = mname.replace( " ", "%20" )
		intIndexOfMatch = mname.indexOf( " " );
	}
	javascript:window.open('flvplayer.asp?mov=Flash%207/'+mname+'.flv&width=380&height=290','movie','width=420,height=340,menubar=no,scrollbars=no,toolbar=no,resizable=no')

}

function mpeg(mname) {
	var intIndexOfMatch = mname.indexOf( " " );
	while (intIndexOfMatch != -1){
		mname = mname.replace( " ", "%20" )
		intIndexOfMatch = mname.indexOf( " " );
	}
	javascript:window.open('mediawindow.asp?movie=/upload/documents/mpeg_versie2/'+mname+'.mpg&width=400&height=300','movie','width=420,height=340,menubar=no,scrollbars=no,toolbar=no,resizable=no')
}


