function writeHeader() {
document.write('<div id="wrapper">');
document.write('<div id="head">');
document.write('</div>');<!--closes head div-->
document.write('<img src="/conferences/ZOMESVI/images/contentTop.gif">');
document.write('<img src="/conferences/ZOMESVI/images/bgRight.jpg" style="position:relative; margin-top:-3px; float:right;">');

}
function writeFooter() {
document.write('</div> ');<!--closes content div-->
document.write('<div id="clearfooter"></div>');
document.write('</div>'); <!--closes wrapper div-->
document.write('<div id="footer">');

}

///////////////////////////////Navigation Bar/////////////////////////////
function initHorNav() { 
  var numOfBars= 7;
  var  topHtml ='';
  var  botHtml ='';
  topHtml += '<div id="menu"><div id="navigate"><ul>';
  botHtml += '</ul><div class="logos"><p>&nbsp;</p><p>Sponsored by</p><p><img src="/conferences/ZOMESVI/images/rubicon_gray_bg.jpg" ><p><img src="/conferences/ZOMESVI/images/ISF_gray_bg.jpg" ><p><img src="/conferences/ZOMESVI/images/sefad_gray_bg.jpg"></div></div></div>' ;//closes menu and navigate div
  botHtml += '<div id="content">' ;
  horNav= new NavClass(numOfBars, topHtml, botHtml,0 );  
  setHorBarArray(); 
}


function setHorBarArray()	  
{	
	barHorArray[1] = new BarClass(1,"home", "/conferences/ZOMESVI/home", "Home");
	barHorArray[2] = new BarClass(2,"venue", "/conferences/ZOMESVI/venue", "Conference Venue" ); 	 
	barHorArray[3] = new BarClass(3, "speakers", "/conferences/ZOMESVI/speakers", "Speakers" ); 
		barHorArray[4] = new BarClass(4, "program", "/conferences/ZOMESVI/program", "Program" ); 

	barHorArray[5] = new BarClass(5, "registration", "http://www.weizmann.ac.il/perl/zomes.mperl?submit=login", "Registration" ); 
	barHorArray[6] = new BarClass(6, "sponsors", "/conferences/ZOMESVI/sponsors","Sponsors" );
	barHorArray[7] = new BarClass(7,"contact", "/conferences/ZOMESVI/contact", "Contact" ); 	 

}
 
