/*
  --- 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 = [
	['Inicio', '/', {sb: 'Página de Inicio', width: 50, left: 49}],
	['Foros', 'forums.html', {sb: 'Comunidad: Foros de www.todosymbian.com', width: 50, left: 49},
		['Indice del Foro', 'forums.html'],
		['Ultimos Mensajes', 'getdaily.html', {sb: 'Ver los mensajes de las últimas 24h'}],
		['Buscar', 'search.html', {sb: 'Buscar mensajes'}],
	],
	['Descargas', 'modules.php?name=Downloads', {sb: 'Zona de Descargas: Software para tu SmartPhone'},
		['Soft Oficial', 'modules.php?name=Downloads&d_op=viewdownload&cid=12', {rpic: 'menu/nav.gif'},
			['Bluetooth', 'modules.php?name=Downloads&d_op=viewdownload&cid=15'],
			['Nokia', 'modules.php?name=Downloads&d_op=viewdownload&cid=13'],
			['Sony Ericsson', 'modules.php?name=Downloads&d_op=viewdownload&cid=14'],
		],
		['Series 60', 'modules.php?name=Downloads&d_op=viewdownload&cid=2'],
		['UIQ', 'modules.php?name=Downloads&d_op=viewdownload&cid=5'],
		['Más Popular', 'modules.php?name=Downloads&d_op=MostPopular'],
	],
	['Enlaces', 'modules.php?name=Web_Links', {sb: 'Enlaces a otros sitios Web'},
		['Afiliados', 'modules.php?name=Web_Links&l_op=viewlink&cid=2'],
		['Webs Oficiales', 'modules.php?name=Web_Links&l_op=viewlink&cid=3'],
		['Generales', 'modules.php?name=Web_Links&l_op=viewlink&cid=4'],
		['Telefonía', 'modules.php?name=Web_Links&l_op=viewlink&cid=5'],
		['PDAs', 'modules.php?name=Web_Links&l_op=viewlink&cid=6'],
		['Internet y Tecnología', 'modules.php?name=Web_Links&l_op=viewlink&cid=7'],
		['Más Popular', 'modules.php?name=Web_Links&l_op=MostPopular'],
	],
	['Secciones', 'sections.html', {sb: 'Información Util: Configuraciones, Revisiiones, Trucos, Manuales...'},
		['Noticias', 'modules.php?name=ForumNews'],
		['Configuraciones', 'section1.html'],
		['Revisiones', 'section3.html'],
		['Trucos y varios', 'section4.html'],
		['Programación', 'section5.html'],
		['Manuales y Guías', '/guias/'],
		['Encuestas', 'modules.php?name=Surveys'],
		['Melodías', 'politono.html'],
	],
	['Logos y Fondos', '/logos/', {sb: 'Logos de Operador, Fondos de Pantalla, Salvapantalls, Fotos ...', width: 110, left: 109},
		['Logos Operador', 'modules.php?name=coppermine&cat=2'],
		['Fondos Pantalla', 'modules.php?name=coppermine&cat=3'],
		['Salvapantallas', 'modules.php?name=coppermine&cat=4'],
		['Fotos de Usuarios', 'modules.php?name=coppermine&cat=5'],
	],
	['Galería Teléfonos', null, {sb: 'Galería de Teléfonos con Symbian OS', width: 110, left: 109},
		['Nokia N70', 'postp348901.html#348901'],
		['Nokia N71', 'postp348900.html#348900'],
		['Nokia N72', 'postp348899.html#348899'],
		['Nokia N73', 'postp348896.html#348896'],
		['Nokia N80', 'postp348903.html#348903'],
		['Nokia N90', 'postp348904.html#348904'],
		['Nokia N91', 'postp348906.html#348906'],
		['Nokia N92', 'postp348907.html#348907'],
		['Nokia N93', 'postp348909.html#348909'],
		['Nokia 3650', 'contentid-2.html'],
		['Nokia 6260', 'contentid-18.html'],
		['Nokia 6600', 'contentid-12.html'],
		['Nokia 6620', 'contentid-15.html'],
		['Nokia 6630', 'contentid-16.html'],
		['Nokia 7610', 'contentid-17.html'],
		['Nokia 7650', 'contentid-1.html'],
		['Nokia N-Gage', 'contentid-4.html'],
		['Nokia N-Gage QD', 'contentid-19.html'],
		['Sendo X', 'contentid-14.html'],
		['Siemens SX1', 'contentid-5.html'],
		['Sony Ericsson P800', 'contentid-3.html'],
		['Sony Ericsson P900', 'contentid-13.html'],
		['Sony Ericsson P910i', 'contentid-20.html'],
	],
	['FAQs', null, {sb: 'Preguntas Frecuentes', width: 50, left: 49},
		['Versión 2.0 (recomendado)', 'postp335832.html#335832', {sb: '...'}],
		['Versión 1.0', 'modules.php?name=FAQ&myfaq=yes&id_cat=1&categories=v6.1+Series+60', {sb: '...'}],
	],
	['Contactar', 'modules.php?name=Feedback', {sb: 'Contactar con Todo Symbian ...'}],
	['Varios', null, {sb: 'Secciones Varias', width: 50, left: 49},
		// ['Canal IRC - Chat', '/#IRC'],
		['Buscar', 'modules.php?name=FNSearch'],
		['Los Top 10', 'modules.php?name=Top'],
		['Estadísticas', 'modules.php?name=Statistics', {rpic: 'menu/nav.gif'},
			['Visitas Web', 'modules.php?name=Statistics&op=Stats'],
			['Estado Foros', 'fstatistics.html'],
		],
	],
	['Mi Cuenta', 'modules.php?name=Your_Account', {sb: 'Panel de Control de Usuario'},
		['Entrar', 'modules.php?name=Your_Account', {sb: 'Iniciar Sesión como Usuario', width: 100, lpic: 'themes/ts/forums/images/icon_mini_login.gif'}],
		['Registrarse', 'modules.php?name=Your_Account&op=new_user', {sb: 'Regístrate como Usuario', width: 100, lpic: 'themes/ts/forums/images/icon_mini_register.gif'}],
	],
];
