<!--

function vuProfAct()

{
//first create a tree object and define all images to use
var vuProf = new collapsibleList([17,27,'images/outline/t.gif','images/outline/l.gif','images/outline/i.gif','images/outline/e.gif'],[25,21,'images/outline/f.gif','images/outline/b.gif','images/outline/p.gif','images/outline/m.gif']);

//then create branches
//I only put the extra spaces in so you could see what I was doing
vuProf.sub[0]          = new sub('<b>Professional Activities</b>');
vuProf.sub[0].sub[0]   = new sub('since 07 <i> coordinator Bachelor Comparative Arts and Media Studies</i>');
vuProf.sub[0].sub[1]   = new sub('since 07 <i> secretary to the chair Comparative Arts and Media Studies</i>');
vuProf.sub[0].sub[2]   = new sub('since 07 <i>member of the Educational Committee Art & Culture</i>');
vuProf.sub[0].sub[3]   = new sub('since 07 <i>member of the Evaluation Committee Art & Culture</i>');
vuProf.sub[0].sub[4]   = new sub('since 07 <i>member of the ACW - CIW committee</i>');
vuProf.sub[0].sub[5]   = new sub('since 97 <i>ICT expert & contact Comparative Art Studies</i>');
vuProf.sub[0].sub[6]   = new sub('2009 <i> member of the 03-06-09 faculty study group (reorganisation Bechalor)</i>');
vuProf.sub[0].sub[7]   = new sub('june 07 - jan 08 <i> contact International Students Comapartive Arts and Media Studies</i>');
vuProf.sub[0].sub[8]   = new sub('97-07 <i>coordinator Culture and Digital Media</i>');
vuProf.sub[0].sub[9]   = new sub('06-07 <i>secretary to the chair of the Educational Committee Art & Culture</i>');
vuProf.sub[0].sub[10]   = new sub('03-06 <i>member of the Multimedia Research Lab committee</i>');
vuProf.sub[0].sub[11]   = new sub('04-06 <i>member of the committee of the faculty of Arts on digital and streaming media</i>');
vuProf.sub[0].sub[12]   = new sub('03-05 <i>library contact Comparative Art Studies</i>');
vuProf.sub[0].sub[13]  = new sub('99-02, 03-05 <i>secretary to the chair of the Educational Committee W&I/CAS</i>');
vuProf.sub[0].sub[14]  = new sub('97-99, 02-03,<i>member of the Educational Committee W&I/CAS</i>');
vuProf.sub[0].sub[15]  = new sub('00-03 <i>coordinator Student Introduction Word & Image Studies/ Comparative Art Studies</i>');
vuProf.sub[0].sub[16]  = new sub('99-03 <i>public relations Word & Image Studies/ Comparative Art Studies</i>');
vuProf.sub[0].sub[17]  = new sub('97-02 <i>member of the university committee on ICT, Internet and the WWW</i>');
vuProf.sub[0].sub[18]  = new sub('99-01 <i>chair evaluation committee Word & Image Studies/Comparative Art Studies</i>');
vuProf.sub[0].sub[19]  = new sub('95-01 <i>member of the Faculty of Arts Webcouncil (97-99 chair)</i>');            
vuProf.sub[0].sub[20]  = new sub('98-00 <i>member of the Editorial Board of the University Website (VUCIS)</i>');           
vuProf.sub[0].sub[21]  = new sub('96-00 <i>member of the <a href="http://www.edusite.nl/ict-nl/ict-nl"> ICT-NL committee <img border="0" src="images/web/remote2.gif"></a>.</i>');
vuProf.sub[0].sub[22]  = new sub('99 <i>organisation and hosting of the 3rd ICT-NL SLOC congres (175 participants)</i>');
vuProf.sub[0].sub[23]  = new sub('93-99 <i>chair of the CAI committee of the faculty of Arts</i>');
vuProf.sub[0].sub[24]  = new sub('88-99 <i>member of (96-97 chair) computer network committee Faculty of Arts</i>');
vuProf.sub[0].sub[25]  = new sub('97-98 <i>chair database committee course catalogues online.</i>');
vuProf.sub[0].sub[26]  = new sub('89-97 <i>scretary to the chair of  Toegepaste Informatica Letteren</i>');
vuProf.sub[0].sub[27]  = new sub('95-96 <i>chair committee restructuring Vaardigheden en Vorming faculty curriculum.</i>');
vuProf.sub[0].sub[28]  = new sub('91-95 <i>member of the committee restructuring Algemene Letteren</i>');


//then tell the browser to create the collapsible list
createList(vuProf);

}			
//-->
	