<!--

function prevjobsAct()

{
//first create a tree object and define all images to use
var prvjbs = 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
prvjbs.sub[0]         = new sub('<b>Previous Employment</b>');
prvjbs.sub[0].sub[0]  = new sub('92-93 <i><a href="prev_jobs.html#pckoop">PC Koop Amsterdam.<img border="0" src="images/web/inote.gif"></a> Freelance hardware specialist</i>');
prvjbs.sub[0].sub[1]  = new sub('91-93 <i><a href="prev_jobs.html#pcm">Personal Computer Magazine Amsterdam. <img border="0" src="images/web/inote.gif"></a> Freelance hardware specialist</i>');
prvjbs.sub[0].sub[2]  = new sub('88-92 <i><a href="prev_jobs.html#tvi">TVI <img border="0" src="images/web/inote.gif"></a> magazine Women and Information Science. Editor & writer.</i>');
prvjbs.sub[0].sub[3]  = new sub('86-94 <i><a href="prev_jobs.html#mkb">Freelance consultant <img border="0" src="images/web/inote.gif"></a></i>');
prvjbs.sub[0].sub[4]  = new sub('86-88 <i><a href="prev_jobs.html#via">VIA <img border="0" src="images/web/inote.gif"></a> Teacher System Administration </i>');
prvjbs.sub[0].sub[5]  = new sub('85-86 <i><a href="prev_jobs.html#secretary">Part time secretary English department <img border="0" src="images/web/inote.gif"></a></i>');
prvjbs.sub[0].sub[6]  = new sub('83-84 <i>Cambridge First Certificate <a href="prev_jobs.html#cfc">teacher <img border="0" src="images/web/inote.gif"></a></i>');
prvjbs.sub[0].sub[7] = new sub('80-83 <i>House supervisor student housing</i>');
prvjbs.sub[0].sub[8] = new sub('79-84 <i><a href="prev_jobs.html#trans">Freelance translator <img border="0" src="images/web/inote.gif"></a></i>');
prvjbs.sub[0].sub[9] = new sub('79-83 <i><a href="prev_jobs.html#abn">Tempwork at ABN bank <img border="0" src="images/web/inote.gif"></a></i>');


//then tell the browser to create the collapsible list
createList(prvjbs);

}			
//-->
	
