/*	WORK HISTORY - page bottom	*/

function workhistorybase(YY,Nex)
{
	document.write("<p class='r' /><table width=50%><tr>")
	if(Nex=="Nexus")
		document.write("<td><a href='../1999/nexus.html'>NEXUS</a></td>")
	document.write("<td><a href='../workhistory.html#"+YY+"'><img src='../../returnbutts/history.gif' alt='... back to the HISTORY list' border=0></a></td>")
	document.write("<td><a href='../../first/contents.html'><img src='../../returnbutts/contents.gif' alt='... back to the CONTENTS page' border=0></a></td>")
	document.write("</tr></table>")

	document.write("<div id='Banner' style='position:absolute; width:200px; height:39px; z-index:3; left: 1px'>")
	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0' width='640' height='38'>")
		document.write("<param name='SRC' value='../../first/thinkcreative.swf'>")
		document.write("<embed SRC='../../first/thinkcreative.swf' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/' TYPE='application/x-shockwave-flash' width='640' height='38'></embed>")
	document.write("</object></div></p>")
}