	<!--
	// Richard
		gauche5=100;
		haut5=500;
		ie4=document.all;
		ns6=document.getElementById&&!document.all;
		ns4=document.layers;
		// Richard
		
		d = new dTree('d');

		d.add(0,-1,'Home', 'index.php');
		d.add(21,0,'Call for Papers','CFP.php','','','img/18_news.gif');
		d.add(22,0,'Submission','Reviewing/index.php','','','img/18_product.gif');
		d.add(23,0,'Important Dates','CFP.php#Dates','','','img/calendar.gif');
		d.add(24,0,'Topics','CFP.php#Topics','','','img/18_testimonial.gif');
		
		
		
		
//		d.add(8,0,'Camera-Ready Guidelines','Under_Construction.htm','','','img/18_product.gif');
		
		
		d.add(5,0,'Committees','Contacts.php','','','img/icon_forum.gif','img/icon_forum.gif');

		
		d.add(6,0,'Keynotes','Keynotes.php','','','img/icon_docs.gif','img/icon_docs.gif');

		
		d.add(12,0,'Registration','registration.php','','','img/icon_demo.gif','img/icon_demo.gif');



//		d.add(9,0,'News','','Event P','','img/icon_docs.gif','img/icon_docs.gif');
//		d.add(10,9,'Events','','Pictures of events','','img/18_license.gif','img/18_license.gif');
		d.add(13,0, 'Workshops','Workshops.php','','','img/globe.gif');
		d.add(14,0, 'Accomodation','hotel_reservation.php','','','img/question.gif');
		d.add(1,21, 'CFP.txt','CFP/CFP_ICDIM_07.txt','','_blank','img/icon_download.gif');
		d.add(2,21, 'CFP.pdf','CFP/CFP.pdf','','_blank','img/icon_download.gif');
		d.add(25,0,'Photo Gallery','','','','img/imgfolder.gif');
		d.add(1,25,'Banquet','Album/Banquet/index.htm','','_blank','img/imgfolder.gif');
		d.add(2,25,'Opening Ceremony','Album/Opening_Ceremony/index.htm','','_blank','img/imgfolder.gif');
		d.add(3,25,'Sessions ','Album/Sessions/index.htm','','_blank','img/imgfolder.gif');
		d.add(4,25,'Lunch ','Album/Lunch/index.htm','','_blank','img/imgfolder.gif');
		d.add(5,25,'Awards Ceremony','Album/Awards_Ceremony/index.htm','','_blank','img/imgfolder.gif');
		d.add(5,25,'City Hall Tower Trip','Album/City_Hall_Tower_Trip/index.htm','','_blank','img/imgfolder.gif');
		d.add(6,25,'Others','Album/Others/index.htm','','_blank','img/imgfolder.gif');
		d.add(28,0,'Videos','','','','img/imgfolder.gif');
		d.add(1,28,'Keynote session','http://webtv.insa-lyon.fr/index.php?p=video&id=181&m=disp&f=wmv&t=sequence&seqid=1','','_blank','img/imgfolder.gif');
		d.add(2,28,'Opening ceremony','http://webtv.insa-lyon.fr/index.php?p=video&id=181&m=disp&f=wmv&t=sequence&seqid=0','','_blank','img/imgfolder.gif');
		d.add(26,0,'Feedback','stat/stat.htm','','_blank','img/question.gif');
		d.add(27,0,'Best Papers','best_paper.php','','','img/question.gif');
		document.write(d+'<STYLE TYPE="text/css">{ position:absolute;top:'+haut5+';left:'+gauche5+'; }</STYLE>');
		
		//document.write(d);
		/* Richard: 
		function placeMenu5() {
		if (ie4) {d.style.pixelTop=document.body.scrollTop+haut5}
		else if (ns6) {document.getElementById("d").style.top=window.pageYOffset+haut5}
		else if (ns4) {eval(document.d.top=eval(window.pageYOffset+haut5));}
		if(ie4 || ns6 || ns4)
			setTimeout("placeMenu5()",1);
		}
		
		window.onload = placeMenu5;
		// document.write('<SPAN ID=d>')
		//document.write(d);

		//Richard 
		*/
	


		//-->

	// JavaScript Document