<!--

function nonVuAct()

{
//first create a tree object and define all images to use
var nonVU = new collapsibleList([17,21,'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
nonVU.sub[0]         = new sub('<b>Activities Outside the VU</b>');
nonVU.sub[0].sub[0]  = new sub('<since 89 <i><a href="res_nonvu.html#vi">Member of Vrouwen en Informatica/Vrouwen ICT en Onderwijs <img border="0" src="images/web/inote.gif"></a> </i>');
nonVU.sub[0].sub[1]  = new sub('09 <i>ESF Workshop Intermedialities</i>');
nonVU.sub[0].sub[2]  = new sub('09 <i><a target="_blank" href="http://www.gaming-conf.org/">Member of the Program Committee of IADIS Gaming 2009<img border="0" src="images/web/remote2.gif"></a></i>');
nonVU.sub[0].sub[3]  = new sub('09 Juror of the Games can Change projects of the Hogeschool van Amsterdam');
nonVU.sub[0].sub[4]  = new sub('08 Guest reviewer <a target="_blank" href="http://www.eludamos.org/index.php/eludamos/article/view/50"><i>Eludamos. Journal for Computer Game Culture</i></a>');
nonVU.sub[0].sub[5]  = new sub('08 <i><a target="_blank" href="http://www.gaming-conf.org/">Member of the Program Committee of IADIS Gaming 2008<img border="0" src="images/web/remote2.gif"></a> </i>');
nonVU.sub[0].sub[6]  = new sub('94-97 <i><a href="res_nonvu.html#witch">Examiner Witch programming project <img border="0" src="images/web/inote.gif"></a></i>');
nonVU.sub[0].sub[7]  = new sub('94–95 <i><a href="res_nonvu.html#olympia">Member Scientific Committee 7th International Olympiad in Informatics IOI 95</a> <img border="0" src="images/web/inote.gif"></i>');


//then tell the browser to create the collapsible list
createList(nonVU);

}			
//-->
	