<!--

function vuLijst1()

{
//first create a tree object and define all images to use
var vuList1 = 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
vuList1.sub[0]                      = new sub('<b>since 1997 <i>Lecturer Digital Media: specializing in Narrative/Comparative Gamestudies</i></b>');
vuList1.sub[0].sub[0]               = new sub('since 09 <i>Visual Semiotics</i>*');
vuList1.sub[0].sub[1]               = new sub('since 06 <i>Media History 2B New and Newest Media</i>**');
vuList1.sub[0].sub[2]               = new sub('since 08 <i>Remediation (and Participatory Fandom)</i>*; since 2009 part of the minor Re-mix');
vuList1.sub[0].sub[3]               = new sub('since 08 <i>Analysing Interactive Narratives and Computer Games</i>*');
vuList1.sub[0].sub[4]               = new sub('since 08 <i>Comparative Media Studies</i>*');
vuList1.sub[0].sub[5]               = new sub('02-08 <i>Reading Digital Media</i>*');
vuList1.sub[0].sub[6]               = new sub('97-08 <i>Hypermedia Analysis</i>*');
vuList1.sub[0].sub[7]               = new sub('07-08 <i>Visual Culture</i>** lecturer');
vuList1.sub[0].sub[8]               = new sub('03-07 <i>Visual Culture</i>** dossier Hero King');
vuList1.sub[0].sub[9]               = new sub('04-07 <i>Research Class Hypermedia (Master)</i>*');
vuList1.sub[0].sub[10]              = new sub('06-07 <i>Theory of Representation Information Design</i>');
vuList1.sub[0].sub[11]              = new sub('06-07 <i>Comparative Media Studies 2: The City</i>** (participant)');
vuList1.sub[0].sub[12]              = new sub('05-06 <i>Word & Image Comp B: The City</i>**');
vuList1.sub[0].sub[13]              = new sub('05-06 <i>Interactive Stories</i>*');
vuList1.sub[0].sub[14]              = new sub('05-08 <i>Capita Graphic Design</i>** (participant)');
vuList1.sub[0].sub[15]              = new sub('03-05 <i>W&I Topics: The City</i>**');
vuList1.sub[0].sub[16]              = new sub('00-05 <i>Creating Interactive Media</i>*');
vuList1.sub[0].sub[17]              = new sub('03-04 <i>Theory of Representation Information Design</i> (supervisor)');
vuList1.sub[0].sub[18]              = new sub('02-04 <i>Culture and Digital Media: introduction</i>* (development & supervisor)');
vuList1.sub[0].sub[19]              = new sub('99-04 <i>Research class Culture and Digital Media</i>*');
vuList1.sub[0].sub[20]              = new sub('98-04 <i>Techniques for Digital Presentations</i>*');
vuList1.sub[0].sub[21]              = new sub('01-02 <i>History of Word and Image IV</i>**');
vuList1.sub[0].sub[22]              = new sub('00-02 <i>Taskanalysis and Web Design (student supervision)</i>');
vuList1.sub[0].sub[23]              = new sub('00-02 <i>Programming in Java (student supervision)</i>');
vuList1.sub[0].sub[24]              = new sub('99-02 <i>Researching E-zines*</i>');
vuList1.sub[0].sub[25]              = new sub('00-01 <i>Word & Image Archives (student supervision)</i>');
vuList1.sub[0].sub[26]              = new sub('98-99 <i>Gathering Information Electronically</i>*');

//then tell the browser to create the collapsible list
createList(vuList1);

}			
//-->
	