﻿function writeHeader() {
document.write('<div id="container">');
document.write('<div id="header">');
document.write('<table width="982"  border="0" cellspacing="0" cellpadding="0"><tr>');
document.write('<td width="709" height="75" align="left" valign="bottom"><img src="http://www.weizmann.ac.il/conferences/TMCN10/images/row1_01.jpg" width="709" height="75" border="1"></td>');
document.write('<td width="272" height="75" align="left" valign="bottom"><a href="/"><img src="http://www.weizmann.ac.il/conferences/TMCN10/images/wis.gif" width="272" height="75"></a></td></tr>');
document.write('<tr>'); 
document.write('<td colspan="2" height="145" valign="top" align="left"><img src="http://www.weizmann.ac.il/conferences/TMCN10/images/title.gif" width="982" height="145" /></td>');   
 document.write('</tr><tr>');  
 document.write('<td width="709" height="43" align="left" valign="top"><a href="/"><img src="http://www.weizmann.ac.il/conferences/TMCN10/images/wis_bot.jpg" width="709" height="43" /></a></td>');
 document.write('<td width="273" height="43" valign="top" align="left" valign="top"><a href="http://www.weizmann.ac.il/conferences/TMCN10"><img src="http://www.weizmann.ac.il/conferences/TMCN10/images/cf_home.jpg" width="273" height="43" /></a></td>');
document.write('</tr></table> ');
document.write('</div><!--close header div-->');

}
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">');
document.write('<p>Footer&nbsp;  </p>');
document.write('</div>'); <!--closes footer div-->
}

///////////////////////////////TOP Navigation Bar/////////////////////////////

function initTopNav() { 
  var numOfBarsTOP= 5;
  var  TOPtopHtml ='';
  var  TOPbotHtml ='';
  TOPtopHtml += '<div id="menu"><div id="Hornavigator"><ul>';
 

 TOPbotHtml += '</ul></div></div>' ;//closes menu and navigate div; written after items in navbar
TOPbotHtml += '<div id="content">' ;
 topNav= new NavTopClass(numOfBarsTOP, TOPtopHtml, TOPbotHtml,0 );  
   setTopBarArray();  

}



function setTopBarArray()	  
{	
	barTopArray[1] = new BarClass(1,"info", "http://www.weizmann.ac.il/conferences/TMCN10/info", "|&nbsp;&nbsp;&nbsp;General Information");
	barTopArray[2] = new BarClass(2,"speakers", "http://www.weizmann.ac.il/conferences/TMCN10/speakers", "|&nbsp;&nbsp;&nbsp;Speakers" );
	barTopArray[3] = new BarClass(3, "registration", "http://www.weizmann.ac.il/conferences/TMCN10/registration","|&nbsp;&nbsp;&nbsp;Registration" );
	barTopArray[4] = new BarClass(4,"program", "http://www.weizmann.ac.il/conferences/TMCN10/program", "|&nbsp;&nbsp;&nbsp;Program" );
	barTopArray[5] = new BarClass(5, "abstracts", "http://www.weizmann.ac.il/conferences/TMCN10/abstracts", "|&nbsp;&nbsp;&nbsp;Abstract Submission&nbsp;&nbsp; " );
	}
 

