/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [
	['Home','php/get_eng.php?site=s1s0', {'tw' : 'content'},
		['Company Profile','php/get_eng.php?site=s1s1', {'tw' : 'content'}],
		['News','php/get_eng.php?site=s1s2', {'tw' : 'content'}],
		['Links - References', 'php/get_eng.php?site=s1s3',{'tw' : 'content'}],

	],
	['Contact','php/get_eng.php?site=s2s0', {'tw' : 'content'},
		['Contact Persons','php/get_eng.php?site=s2s1', {'tw' : 'content'}],		
		['Order Info','php/get_eng.php?site=s2s2', {'tw' : 'content'}],	
		['General Business Terms','php/get_eng.php?site=s2s3', {'tw' : 'content'}],	
	],
	['Oligonucleotides', 'php/get_eng.php?site=s3s0',{'tw' : 'content'},
		['Offer - Review','php/get_eng.php?site=s3s1', {'tw' : 'content'}],
		['How to order','php/get_eng.php?site=s3s2', {'tw' : 'content'}],	
		['Order Form','php/get_eng.php?site=s3s3', {'tw' : 'content'}],	
	],
	['Streptavidin Technics', 'php/get_eng.php?site=s4s0', {'tw' : 'content'},
		['Streptavidin Microplates','php/get_eng.php?site=s4s1', {'tw' : 'content'}],
		['Coating Service','php/get_eng.php?site=s4s2', {'tw' : 'content'}],
	],
	['Customer Service', 'php/get_eng.php?site=s5s0', {'tw' : 'content'},
		['Custom ELISA Development','php/get_eng.php?site=s5s1', {'tw' : 'content'}],
		['Antibody Development','php/get_eng.php?site=s5s2', {'tw' : 'content'}],
		['Labeling Service','php/get_eng.php?site=s5s3', {'tw' : 'content'}],
		['Immunoaffinity Columns','php/get_eng.php?site=s5s4', {'tw' : 'content'}],
	],
	['LD BioScreen', 'php/get_eng.php?site=s6s0',{'tw' : 'content'},
		['LD BioScreen Kits','php/get_eng.php?site=s6s1', {'tw' : 'content'}],
		['LD Biochip & Equipment','php/get_eng.php?site=s6s2', {'tw' : 'content'}],
	],
	

];