<!--

function vuProjects()

{
//first create a tree object and define all images to use
var vuProj = 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
vuProj.sub[0]         = new sub('<b>Projects</b>');
vuProj.sub[0].sub[0]  = new sub('03-06 <i><a href="res_proj.html#mrl">Multimedia Research Computer Lab <img border="0" src="images/web/inote.gif"></a> </i>');
vuProj.sub[0].sub[1]  = new sub('04-05 <i><a href="res_proj.html#streaming">Streaming media for Word & Image Studies <img border="0" src="images/web/inote.gif"></a></i>');
vuProj.sub[0].sub[2]  = new sub('00-02 <i>preliminary study on the feasibility of a professional master Culture and Digital Media.</i>');
vuProj.sub[0].sub[3]  = new sub('95-01 <i><a href="res_proj.html#galatea">Galatea <img border="0" src="images/web/inote.gif"></a> electronic magazine Word & Image Studies.</i>');
vuProj.sub[0].sub[4]  = new sub('96-97 <i><a href="res_proj.html#okf">OKF-project <img border="0" src="images/web/inote.gif"></a> putting the universities prospectuses online.</i>');
vuProj.sub[0].sub[5]  = new sub('96 <i>Wrote the <a href="res_proj.html#studeerbaarheid">Faculty policy <img border="0" src="images/web/inote.gif"></a> on Computer Aided Instruction entitled </i>From CAI to ICT.');
vuProj.sub[0].sub[6]  = new sub('95-97 <i><a href="res_proj.html#okf">OKF-project <img border="0" src="images/web/inote.gif"></a> for the Dutch language department.</i>');
vuProj.sub[0].sub[7]  = new sub('94-95 <i><a href="res_proj.html#okf">OKF-project <img border="0" src="images/web/inote.gif"></a> Techniques for the Digital Presentation of Word and Image Data.</i>');
vuProj.sub[0].sub[8]  = new sub('93-94 <i><a href="res_proj.html#okf">OKF-project <img border="0" src="images/web/inote.gif"></a> developing writing skills for English (CoEdit).</i>');
vuProj.sub[0].sub[9]  = new sub('91-92/93 <i>New degree program <a href="res_proj.html#uil">User Information Linguist <img border="0" src="images/web/inote.gif"></a></i>');
vuProj.sub[0].sub[10] = new sub('90-92 <i><a href="res_proj.html#asc">DOE Corpus Anglo Saxon <img border="0" src="images/web/inote.gif"></a></i>');

//then tell the browser to create the collapsible list
createList(vuProj);

}			
//-->
	
