	      var uri = 'http://pvlab.ioffe.ru/';	
var Rec=new Array (
		new Array('1', 'Home',			'-1',0,'1',  '2','1', uri+'index.html'),
		new Array('2', 'About',			'-1',0,'3',  '4','1', uri+'about.html'),
		new Array('3', 'Technology',		'-1',0,'5', '25','1', uri+'technologies.html'),
	              	new Array('4', 'Photovoltaic cells',	'3', 0,'6', '14','2', uri+'technology/cells.html'),
		      		new Array('5', 'Diffusion',		'4', 0,'7',  '8','3', uri+'technology/cells/diff.html'),
				new Array('6', 'Liquid phase epitaxy',	'4', 0,'9', '10','3', uri+'technology/cells/lpe.html'),
		        	new Array('7', 'MOCVD',			'4', 0,'11','12','3', uri+'technology/cells/mocvd.html'),
			new Array('8', 'Concentrator modules',	'3', 0,'13','14','2', uri+'technology/modules.html'),
			new Array('9', 'Measurements',		'3', 0,'15','16','2', uri+'technology/measurements.html'),
	      		new Array('10','Thermophotovoltaic generators',	'3', 0,'17','22','2', uri+'technology/tpv.html'),
				new Array('11','Fuel TPV generators',	'10',0,'18','19','3', uri+'technology/tpv/ftpv.html'),
				new Array('12','Solar TPV generators',	'10',0,'20','21','3', uri+'technology/tpv/stpv.html'),
		new Array('13','Publications',		'-1', 0,'23','38','1', uri+'papers.html'),
			new Array('14','2000',		'13', 0,'24','25','2', uri+'papers/2000.html'),
			new Array('15','2001',		'13', 0,'26','27','2', uri+'papers/2001.html'),
			new Array('16','2002',		'13', 0,'28','29','2', uri+'papers/2002.html'),
			new Array('17','2003',		'13', 0,'30','31','2', uri+'papers/2003.html'),
			new Array('18','2004',		'13', 0,'32','33','2', uri+'papers/2004.html'),
			new Array('19','2005',		'13', 0,'34','35','2', uri+'papers/2005.html'),
			new Array('20','2006',		'13', 0,'36','37','2', uri+'papers/2006.html'),
		new Array('21', 'Contact Us', '-1', 0, '39', '40','1', uri+'contact.html')
		);
              		

function init_menu(){
              loadData(-1);
              }
