/* --- menu items --- */
var MENU_ITEMS = [
		
	['Home','index.php?lang=en',{'sb' :'Home'}],
	['Cultivars','names.php?lang=en',{'sb' :'Cultivars'}],
	['Pictures','pictures.php?lang=en',{'sb' :'Pictures'}],
	['Suppliers','suppliers.php?lang=en',{'sb' :'Suppliers'}],
	['Plant info',null,{'sb' :'Plant information'},
	['plant care','care.php'],
	['history','history.php'],
	['cultivar groups','cultivargroups.php'],
	['sowing','sowing.php'],
	['cuttings','cuttings.php'],
	['hybridizing','hybridizing.php']],
	['Stories',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'],
	['Experiments','experiments2003.php'],	
	['Roys Seedlings','royworks.php'],
	['Saskatchewan coleus','saskatchewan.php']],
	['Exchange',null,{'sb' :'Exchange'},
	['discussion groups','groups.php'],
	['swapping','plantexchange.php']],
	['The author','theauthor.php',{'sb' :'The author'}]
];
	
