/*
  --- 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 = [
	['Volumen 16', 'vol16.htm', {'tw' : 'Contenido'}
	],
	['Volumen 17', 'vol17.htm', {'tw' : 'Contenido'}
	],
	['Volumen 18', 'vol18.htm', {'tw' : 'Contenido'}
	],
	['Volumen 19', 'vol19.htm', {'tw' : 'Contenido'}
	],
	['Volumen 20', 'vol20.htm', {'tw' : 'Contenido'}
	],
	['Volumen 21', 'vol21.htm', {'tw' : 'Contenido'}
	],
	['Volumen 22', 'vol22.htm', {'tw' : 'Contenido'}
	],
	['Volumen 23', 'vol23.htm', {'tw' : 'Contenido'}
	],
	['Volumen 24', 'vol24.htm', {'tw' : 'Contenido'}
	],
	['Volumen 25', 'vol25.htm', {'tw' : 'Contenido'}
	],
	['Volumen 26', 'vol26.htm', {'tw' : 'Contenido'}
	],
];
