<!--function MM_changeProp(objId,x,theProp,theValue) { //v9.0  var obj = null; with (document){ if (getElementById)  obj = getElementById(objId); }  if (obj){    if (theValue == true || theValue == false)      eval("obj.style."+theProp+"="+theValue);    else eval("obj.style."+theProp+"='"+theValue+"'");  }}// change the sub-color of text according to the week dayvar weekColor = new Array(7);weekColor[0] = "#FF0000";weekColor[1] = "#FF6600";weekColor[2] = "#878700";weekColor[3] = "#009900";weekColor[4] = "#0077FF";weekColor[5] = "#9933FF";weekColor[6] = "#FF3399";function changeRuleColor(objId) { //v9.0	var mydate=new Date();	var obj = null; 	with (document){ if (getElementById)	obj = getElementById(objId); }	obj.style.borderColor=weekColor[mydate.getDay()];}function restoreRuleColor(objId) { //v9.0	var obj = null; 	with (document){ if (getElementById)	obj = getElementById(objId); }	obj.style.borderColor='#000000';}function changeTxtColor(objId) {	var mydate=new Date();	var obj = null; 	with (document){ if (getElementById)	obj = getElementById(objId); }	obj.style.color=weekColor[mydate.getDay()];}function restoreTxtColor(objId) { //v9.0	var obj = null; 	with (document){ if (getElementById)	obj = getElementById(objId); }	obj.style.color='#000000';}// mouseover events - overallfunction overAll() {	MM_changeProp('jveMission','','color','#000000','span');	MM_changeProp('jveFacilities','','color','#000000','span');	MM_changeProp('jveStaff','','color','#000000','span');	MM_changeProp('jveResearchers','','color','#000000','span');	MM_changeProp('jveApplications','','color','#000000','span');	MM_changeProp('jveVacancies','','color','#000000','span');	MM_changeProp('jveContact','','color','#000000','span');	MM_changeProp('jveLibrary','','color','#000000','span');	MM_changeProp('jveBookshop','','color','#000000','span');	MM_changeProp('jveLinks','','color','#000000','span');	MM_changeProp('jveSponsors','','color','#000000','span');	MM_changeProp('jveSearch','','color','#000000','span')}// mouseout events - overallfunction outAll() {	MM_changeProp('jveMission','','color','#FFFFFF','span');	MM_changeProp('jveFacilities','','color','#FFFFFF','span');	MM_changeProp('jveStaff','','color','#FFFFFF','span');	MM_changeProp('jveResearchers','','color','#FFFFFF','span');	MM_changeProp('jveApplications','','color','#FFFFFF','span');	MM_changeProp('jveVacancies','','color','#FFFFFF','span');	MM_changeProp('jveContact','','color','#FFFFFF','span');	MM_changeProp('jveLibrary','','color','#FFFFFF','span');	MM_changeProp('jveBookshop','','color','#FFFFFF','span');	MM_changeProp('jveLinks','','color','#FFFFFF','span');	MM_changeProp('jveSponsors','','color','#FFFFFF','span');	MM_changeProp('jveSearch','','color','#FFFFFF','span')}// mouse over events - specificfunction overJvE() {	changeTxtColor('logoJvE');	changeTxtColor('noteJvE');	MM_showHideLayers('noteJvE','','show');}function overMission() {	changeRuleColor('jveMission');	changeTxtColor('noteMission');	MM_showHideLayers('noteMission','','show');}function overFacilities() {	changeRuleColor('jveFacilities');	changeTxtColor('noteFacilities');	MM_showHideLayers('noteFacilities','','show');}function overStaff() {	changeRuleColor('jveStaff');	changeTxtColor('noteStaff');	MM_showHideLayers('noteStaff','','show');}function overResearchers() {	changeRuleColor('jveResearchers');	changeTxtColor('noteResearchers');	MM_showHideLayers('noteResearchers','','show');}function overApplications() {	changeRuleColor('jveApplications');	changeTxtColor('noteApplications');	MM_showHideLayers('noteApplications','','show');}function overVacancies() {	changeRuleColor('jveVacancies');	changeTxtColor('noteVacancies');	MM_showHideLayers('noteVacancies','','show');}function overContact() {	changeRuleColor('jveContact');	changeTxtColor('noteContact');	MM_showHideLayers('noteContact','','show');}function overLibrary() {	changeRuleColor('jveLibrary');	changeTxtColor('noteLibrary');	MM_showHideLayers('noteLibrary','','show');}function overBookshop() {	changeRuleColor('jveBookshop');	changeTxtColor('noteBookshop');	MM_showHideLayers('noteBookshop','','show');}function overLinks() {	changeRuleColor('jveLinks');	changeTxtColor('noteLinks');	MM_showHideLayers('noteLinks','','show');}function overSponsors() {	changeRuleColor('jveSponsors');	changeTxtColor('noteSponsors');	MM_showHideLayers('noteSponsors','','show');}function overSearch() {	changeRuleColor('jveSearch');	changeTxtColor('noteSearch');	MM_showHideLayers('noteSearch','','show');}// mouseout events - specificfunction outJvE() {	restoreTxtColor('logoJvE');	MM_showHideLayers('noteJvE','','hide');}function outMission() {	restoreRuleColor('jveMission');	MM_showHideLayers('noteMission','','hide');}function outFacilities() {	restoreRuleColor('jveFacilities');	MM_showHideLayers('noteFacilities','','hide');}function outStaff() {	restoreRuleColor('jveStaff');	MM_showHideLayers('noteStaff','','hide');}function outResearchers() {	restoreRuleColor('jveResearchers');	MM_showHideLayers('noteResearchers','','hide');}function outApplications() {	restoreRuleColor('jveApplications');	MM_showHideLayers('noteApplications','','hide');}function outVacancies() {	restoreRuleColor('jveVacancies');	MM_showHideLayers('noteVacancies','','hide');}function outContact() {	restoreRuleColor('jveContact');	MM_showHideLayers('noteContact','','hide');}function outLibrary() {	restoreRuleColor('jveLibrary');	MM_showHideLayers('noteLibrary','','hide');}function outBookshop() {	restoreRuleColor('jveBookshop');	MM_showHideLayers('noteBookshop','','hide');}function outLinks() {	restoreRuleColor('jveLinks');	MM_showHideLayers('noteLinks','','hide');}function outSponsors() {	restoreRuleColor('jveSponsors');	MM_showHideLayers('noteSponsors','','hide');}function outSearch() {	restoreRuleColor('jveSearch');	MM_showHideLayers('noteSearch','','hide');}// click eventsfunction openJvE() {	parent.frames['naviFrame'].location = 'navigation_home.html';	parent.frames['contentsFrame'].location = 'frames_home.html';}function openMission() {	parent.frames['naviFrame'].location = 'navigation_mission.html';	parent.frames['contentsFrame'].location = 'frames_mission.html';}function openFacilities() {	parent.frames['naviFrame'].location = 'navigation_facilities.html';	parent.frames['contentsFrame'].location = 'frames_facilities.html';}function openStaff() {	parent.frames['naviFrame'].location = 'navigation_staff.html';	parent.frames['contentsFrame'].location = 'frames_staff.html';}function openResearchers() {	parent.frames['naviFrame'].location = 'navigation_departments.html';	parent.frames['contentsFrame'].location = 'frames_departments.html';}function openApplications() {	parent.frames['naviFrame'].location = 'navigation_applications.html';	parent.frames['contentsFrame'].location = 'frames_applications.html';}function openContact() {	parent.frames['naviFrame'].location = 'navigation_contact.html';	parent.frames['contentsFrame'].location = 'frames_contact.html';}function openLibrary() {	openL('http://lbsihol.unimaas.nl/cgi-bin/wwwopc4menujve');}function openBookshop() {	parent.frames['naviFrame'].location = 'navigation_bookshop.html';	parent.frames['contentsFrame'].location = 'frames_bookshop.html';}function openSponsors() {	openS('../sponsors.html');}function openSearch() {	openL('../search.html');}function openLinks() {	parent.frames['naviFrame'].location = 'navigation_linken.html';	parent.frames['contentsFrame'].location = 'frames_links.html';}function openVacancies() {	parent.frames['naviFrame'].location = 'navigation_vacancies.html';	parent.frames['contentsFrame'].location = 'frames_vacancies.html';}// for swaping imagesfunction MM_findObj(n, d) { //v4.0  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);  if(!x && document.getElementById) x=document.getElementById(n); return x;}function MM_swapImgRestore() { //v3.0  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}function MM_swapImage() { //v3.0  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}// for show/hide note textsfunction MM_showHideLayers() { //v3.0  var i,p,v,obj,args=MM_showHideLayers.arguments;  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }    obj.visibility=v; }}//to open the search windowfunction openS(theURL) {  window.open(theURL,'','scrollbars=yes,resizable=yes,width=384,height=576');}//to open the library cataloguefunction openL(theURL) {  window.open(theURL,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=500,height=750');}//-->