
function WorkTextToggle ()
{ 
	if ( WorkTextRead == false ) { 
		WorkTextRead = true ; 
		DisplayText ( 'HiddenText', WorkText ) ;
	} else { 
		WorkTextRead = false ; 
		DisplayText ( 'HiddenText', '' ) ;
	}
}

function DisplayText( id, text )
{
	if (document.getElementById)
	{	
		x = document.getElementById(id);
		x.innerHTML = text;
	}
	else if (document.all)
	{
		x = document.all[id];
		x.innerHTML = text;
	}
	else if (document.layers)
	{
		x = document.layers[id];
		text2 = '<P CLASS="testclass">' + text + '</P>';
		x.document.open();
		x.document.write(text2);
		x.document.close();
	}
}

Essentials = "Name:	Moran, Oliver<BR>Sex: Male<P>After Oliver Plunkett (on whose feast day I was born), incidentally if I were born a girl, my mother has told me, I would have been called Rachel." ;

DatesAndPlaces = "Birth: 01.07.78<BR>Time: 06:20<BR>Place: Castlebar, Ireland<P>Also born on July 1st were Diana Spencer (1961), Dan Ackroyd (1952) and Pamela Anderson (1967)." ;

Dimensions = "Height: 1.72 metres<BR>Weight: 53.91 kilos<P>Which gives me a BMI of 18.7, a body surface area of 1.6 sq.metres and a description of 'underweight'.  Compared to others of the same age and sex as me, 85% are taller, more than 98% are heavier but compared to those of the same height that number decreases to 88%." ;

Education = "University of Limerick:<BR>BA History Politics & Sociology, 2(1) Honours.<P>University of Limerick:<BR>MA Interactive Media, 1st Honours<P>School of Hard Knocks:<BR>All examinations successfully avoided, no grade."

Work = "Classrooms, Newsrooms, Local Authorities, Direct Sales (in the most direct ways imaginable), Hotels and Kitchens, Shops and so on.<P>Too much to call myself clever, but then again I've never gone hungry (well, not for longer than a week anyway)."

WorkTextRead = false ;
WorkText = "<P class='text'><STRIKE>Previous Employers</STRIKE></P><TABLE class='smalltext' width=600 cellspacing=0 cellpadding=0><TR><TD valign=top width=100>Employer:</TD><TD valign=top width=500>University of Limerick</TD></TR><TR><TD valign=top width=100>Job Title:</TD><TD valign=top width=500>Tutor (History and Sociology)</TD></TR><TR><TD valign=top width=100>Duration:</TD><TD valign=top width=500>Sept. 2001 - June 2002</TD></TR><TR><TD valign=top width=100>Duties:</TD><TD valign=top width=500><P align=justify>The role of tutor includes correcting and grading project-work submitted as part of a course module for which one is teaching, and facilitating discussion with students independently but in parallel to a lecture series.</P><P>&nbsp;</P></TD></TR></TABLE><TABLE class='smalltext' width=600 cellspacing=0 cellpadding=0><TR><TD valign=top width=100>Employer:</TD><TD valign=top width=500>One2One Advertising, New York</TD></TR><TR><TD valign=top width=100>Job Title:</TD><TD valign=top width=500>Promotional Sale Rep.</TD></TR><TR><TD valign=top width=100>Duration:</TD><TD valign=top width=500>June 2000 - Sept. 2000</TD></TR><TR><TD valign=top width=100>Duties:</TD><TD valign=top width=500><P align=justify>The job was to solicit the general public at street-level to purchase promotional offers there-and-then for cash, necessitating a good sense of humour and no short measure of courage – work that enabled Manhattan’s great sense of randomness to be enjoyed.</P><P>&nbsp;</P></TD></TR></TABLE><TABLE class='smalltext' width=600 cellspacing=0 cellpadding=0><TR><TD valign=top width=100>Employer:</TD><TD valign=top width=500>CRC-fm, Castlebar, Co. Mayo</TD></TR><TR><TD valign=top width=100>Job Title:</TD><TD valign=top width=500>Researcher/Producer</TD></TR><TR><TD valign=top width=100>Duration:</TD><TD valign=top width=500>July 1999 - Feb. 2000</TD></TR><TR><TD valign=top width=100>Duties:</TD><TD valign=top width=500><DIV align=justify>Two magazine-style programs were produce daily (Monday to Friday) and bulletins broadcast on the hour. A researcher/ producer investigates stories and arranges them into a coherent program in collaboration with a presenter.</DIV></TD></TR></TABLE><P class='smalltext'>Currently working as a second-level history teacher.  Other employment includes video production and web-design.</P><P class='smalltext'>&nbsp;</P>";

Picture = "<IMG name='oli_pic' src='images/oli_pic.jpg' width=142 height=161 alt='(Photo goes here!)'>" ;

Contact = "E-mail: Oliver[at]imedialab.org<BR>Tel/Txt: +353 87 965 85 49<P>Mail or txt me with what you think of my site or projects.";
