/* --- menu items --- */
var MENU_ITEMS0 = [
	[[
	  	wrap_sep('<img name="m00" src="images/menu/horizontal/sobre_0.gif" width="74" height="11" border="0" alt="">'),
	  	wrap_sep('<img src="images/menu/horizontal/sobre_1.gif" width="74" height="11" border="0" alt="">'),
	  	wrap_sep('<img src="images/menu/horizontal/sobre_0.gif" width="74" height="11" border="0" alt="">'),
	], 'sobre.htm', {'sw':90, 'bw': 100, 'sb':'SOBRE DMAX'}
	],
	[[
	  	wrap_sep('<img name="m05" src="images/menu/horizontal/productos_0.gif" width="70" height="11" border="0" alt="">'),
	  	wrap_sep('<img src="images/menu/horizontal/productos_1.gif" width="70" height="11" border="0" alt="">'),
	  	wrap_sep('<img src="images/menu/horizontal/productos_0.gif" width="70" height="11" border="0" alt="">'),
	], 'productos.htm', {'sw':84, 'bw': 90, 'sb':'PRODUCTOS'},
		['DMAX', 'dmax.htm', {'sb':'DMAX'}],
		//['PhoneMAX', 'phonemax.htm', {'sb':'PhoneMAX'}],		
		['HOT SPOTS', 'hs-quees.htm', {'sb':'HOT SPOTS'}],
		['DMAX VPN', 'dmaxvpn.htm', {'sb':'DMAX VPN'}],
	],
	[[
	  	wrap_sep('<img name="m20" src="images/menu/horizontal/planes_0.gif" width="103" height="11" border="0" alt="">'),
	  	wrap_sep('<img src="images/menu/horizontal/planes_1.gif" width="103" height="11" border="0" alt="">'),
	  	wrap_sep('<img src="images/menu/horizontal/planes_0.gif" width="103" height="11" border="0" alt="">'),
	], 'planes.htm', {'sw':119, 'bw': 125, 'sb':'PLANES Y PRECIOS'},
	 	//['DMAX + DIRECTV', 'directv.htm', {'sb':'DMAX + DIRECTV'}],
		['DMAX RESIDENCIAL', 'residencial.htm', {'sb':'DMAX RESIDENCIAL'}],
		['DMAX NEGOCIOS', 'negocios.htm', {'sb':'DMAX NEGOCIOS'}],
		//['PhoneMAX', 'phonemax_planes.htm', {'sb':'PhoneMAX'}],
	],
	[[
	  	wrap_sep('<img name="m30" src="images/menu/horizontal/suscribete_0.gif" width="67" height="11" border="0" alt="">'),
	  	wrap_sep('<img src="images/menu/horizontal/suscribete_1.gif" width="67" height="11" border="0" alt="">'),
	  	wrap_sep('<img src="images/menu/horizontal/suscribete_0.gif" width="67" height="11" border="0" alt="">'),
	], 'suscribete.htm', {'sw':83, 'bw': 83, 'sb':'SUSCRIBETE'}
	],
	[[
	  	wrap_sep('<img name="m40" src="images/menu/horizontal/ayuda_0.gif" width="38" height="11" border="0" alt="">'),
	  	wrap_sep('<img src="images/menu/horizontal/ayuda_1.gif" width="38" height="11" border="0" alt="">'),
	  	wrap_sep('<img src="images/menu/horizontal/ayuda_0.gif" width="38" height="11" border="0" alt="">'),
	], 'ayuda.htm', {'sw':54, 'bw': 161, 'sb':'AYUDA'}
	],
	[[
	  	wrap_spacer('<img name="m50" src="images/menu/horizontal/dmax_0.gif" width="88" height="11" border="0" alt="">'),
	  	wrap_spacer('<img src="images/menu/horizontal/dmax_1.gif" width="88" height="11" border="0" alt="">'),
	  	wrap_spacer('<img src="images/menu/horizontal/dmax_0.gif" width="88" height="11" border="0" alt="">'),
	], 'http://www.dmaxextremo.com/', {'sw':96, 'bw': 161, 'tw':'_self', 'sb':'DMAX EXTREMO'}
	]
];

function wrap_sep(text) {
	return '<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td width=100% class="m0innertd">'+text+'</td><td nowrap><img src="images/menu/horizontal/separador_vert.gif" width="18" height="14" align="absmiddle"></td></tr></table>';
}

function wrap_spacer(text) {
	return '<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td width=100% class="m0innertd">'+text+'</td><td nowrap><img src="images/_spacer.gif" width="1" height="14" align="absmiddle"></td></tr></table>';
}
