/* --- menu items --- */
var MENU_ITEMS = [
		
	['Home','index.php?lang=nl',{'sb' :'Home'}],
	['Cultivars','names.php?lang=nl',{'sb' :'Cultivars'}],
	['Fotos','pictures.php?lang=nl',{'sb' :'Pictures'}],
	['Leveranciers','suppliers.php?lang=nl',{'sb' :'Leveranciers'}],
	['Plant info',null,{'sb' :'Plant information'},
	['plant verzorging','care.php'],
	['geschiedenis','history.php'],
	['cultivar-groepen','cultivargroups.php'],
	['zaaien','sowing.php'],
	['stekken','cuttings.php'],
	['veredeling','hybridizing.php']],
	['Verhalen',null,{'sb' :'Stories'},
	['C. in USA','usa.php'],
	['C. in Japan','japan.php'],
	['C. in Thailand','thailand.php'],
	['C. in Dominica','dominica.php'],
	['St Petersburg','stpetersburg.php'],
	['Experimenten','experiments2003.php'],	
	['Roys Zaailingen','royworks.php'],
	['Saskatchewan coleus','saskatchewan.php']],
	['Uitwisseling',null,{'sb' :'Exchange'},
	['discussiegroep','groups.php'],
	['ruilen','plantexchange.php']],
	['De auteur','theauthor.php',{'sb' :'The author'}]
];
	
