function buildNavigators(){
document.write("<TABLE cellSpacing=0 cellPadding=0 width='100%' bgColor=#ffffff border=0>")

	  startNavigator(130,30,'img/nav/navigation_top.gif',"#dddddd","#ffffff","NavHover","NavOut")
	  addLink("Home","index.htm","link1")			
	  addLink("Team","about.htm","link2")
 	  /*addLink("Research","about.htm","link3")*/
 	  /*addLink("Events","index.htm","link6")*/
 	  addLink("Publications","publications.htm","link4")
 	  /*addLink("Presentations","presentations.htm","link5")*/
	  addLink("Projects", "projects.htm", "link6")
 	  addLink(":: proposals", "proposals.htm", "link7")
 	  /*addLink("Browse Ontology","our-ontology.htm","ontolink")*/
	  endNavigator(130,17,"img/bottom_bluebox_nav.gif")
	
	  startNavigator(130,30,'img/nav/links_top.gif',"#dddddd","#ffffff","NavHover","NavOut")
	  addLink("IOG Wiki","javascript:open(\"http://iog.jyu.fi\");exit();","link23")
	  addLink("IOG at MIT dep.","javascript:open(\"https://www.jyu.fi/it/laitokset/mit/tutkimus\");exit();","link23")
	  addLink("SW on W3C","javascript:open(\"http://w3.org/2001/sw\");exit();","link21")			
	  addLink("OntoWeb","javascript:open(\"http://www.ontoweb.org/deliverable.htm\");exit();","link22")
 	  endNavigator(130,17,"img/bottom_pbox.gif")
          /*
	  startNavigator(130,30,'img/nav/navigation_top.gif',"#dddddd","#ffffff","NavHover","NavOut")
	  addLink("Home Page","/OntoGroup/index.html","link31")			
	  addLink("About Us","/OntoGroup/about.html","link32")
 	  addLink("Research","/OntoGroup/about.html","link33")
 	  addLink("Publications","/OntoGroup/about.html","link34")
 	  addLink("Presentations","/OntoGroup/about.html","link35")
	  endNavigator(130,17,"img/bottom_bluebox_nav.gif")
            */
document.write("</TABLE>")
}

