
///////////////////////////////Navigation Bar/////////////////////////////
function initHorNav() { 
  var numOfBars= 8;
  var  topHtml ='';
  var  botHtml ='';
  topHtml += '<table width="100%" cellspacing="0" cellpadding="0" border="0">';
  topHtml += '<tr><td width="95" valign="top"><img src="/neurobiology/images_ph/headbottom.gif"><br>';
  topHtml += '<div id="menu"><div id="navigate"><ul>';
  botHtml += '</ul></div></div>' ;//closes menu and navigate div
 // botHtml += '<div id="content">' ;
 botHtml += '</td>';
 botHtml += '<td valign="top" align="left">';
  horNav= new NavClass(numOfBars, topHtml, botHtml,0 );  
  setHorBarArray(); 
}


function setHorBarArray()	  
{	
	barHorArray[1] = new BarClass(1,"research", "/neurobiology/labs/malach/index.html", "Research");
	barHorArray[2] = new BarClass(2,"reflections", "/neurobiology/labs/malach/reflections.html", "Reflections" ); 	 
	barHorArray[3] = new BarClass(3, "publications", "/neurobiology/labs/malach/publications.html", "Publications" ); 
	barHorArray[4] = new BarClass(4, "movies", "/neurobiology/labs/malach/movies.html","Movies" );
	barHorArray[5] = new BarClass(5,"relevant", "/neurobiology/labs/malach/relevant.html", "Relevant Visual Illusions");
	barHorArray[6] = new BarClass(6,"journal", "/neurobiology/labs/malach/covers.html", "Journal Covers" ); 	 
	barHorArray[7] = new BarClass(7, "group", "/neurobiology/labs/malach/group.html", "Group" ); 
			barHorArray[8] = new BarClass(8, "links", "/neurobiology/labs/malach/links.html", "Relevant Links" ); 

}
 
 

