function menu()
	{
	var opciones = new Array(11);
	var contador, contador2;
	var paso;
	var linea, texto, url, hint;
	
	opciones[0] = 'Principal#/central.asp#Información general';
	opciones[1] = 'Soporte técnico#/soporte.asp#Ofrecemos soporte técnico para sus consultas informáticas';
	opciones[2] = 'Mantenimientos#/mantenimientos.asp#Por que no hay que esperar a que sea demasiado tarde';
	opciones[3] = 'Asistencia a domicilio#/asistencia.asp#Visitamos sus instalaciones para cualquier reparacion';
	opciones[4] = 'Instalaciones#/instalaciones.asp#Instalamos la red de su empresa y todo su sistema informático';
	opciones[5] = 'Desarrollos#/desarrollo.asp#Desarrollo de aplicaciones y soluciones a medida';
	opciones[6] = 'Internet#/Internet.asp#Conexiones a Internet. Gestión de servicios de ADSL, cable, Internet móvil. Gestión de dominios, webs y correo';
	opciones[7] = 'Seguridad Informática#/seguridad.asp#Nos preocupamos por la seguridad de su empresa. Firewalls, Antivirus, conexiones seguras';
	opciones[8] = 'Suministro de equipos#/suministros.asp#Suministramos cualquier equipo que necesite a medida de sus necesidades';
	opciones[9] = 'Software#/software.asp#Sistemas operativos, antivirus, software de gestión, contabilidad, ofimática, licencias y un amplio abanico de aplicaciones selectas';
	opciones[10] = 'Contactar#/contactar.asp#Para cualquier necesidad, pongase en contacto con nosotros y le ayudaremos encantados';
	for(contador=0;contador<opciones.length;contador++)
		{
		texto='';
		url='';
		hint='';
		paso=0;
		linea=opciones[contador];
		for(contador2=0;contador2<=linea.length;contador2++)
			if(linea.charAt(contador2)=='#')
				paso++;
			else
				{
				if(paso==0)
					texto+=linea.charAt(contador2);
				if(paso==1)
					url+=linea.charAt(contador2);
				if(paso==2)
					hint+=linea.charAt(contador2);
				}
		document.write('<img name="puntoA'+contador+'" src="/imagenes/punto.jpg" style="width: 20;"><img name="puntoB'+contador+'" src="/imagenes/punto2.jpg" style="width: 0;"><font color="#000066" class="Menu" title="'+hint+'" OnMouseOver="this.color=\'#990033\';puntoA'+contador+'.style.width=0;puntoB'+contador+'.style.width=20;" OnMouseOut="this.color=\'#000066\';puntoB'+contador+'.style.width=0;puntoA'+contador+'.style.width=20;" OnClick="document.URL=\''+url+'\';">'+texto+'</font><br>');
		punteado();
		}
	document.write('<br><table border="0" cellspacing="0" cellpadding="0"><tr><td width="20"></td><td bgcolor="#FFFFFF">');
	document.write('<img src="/imagenes/marcas.gif"></td></tr></table><br>');
	document.write('<form name="privado" method="get" action="/privadas/login.asp" class="pie">');
	punteado();
	document.write('<br><center>Acceso privado</center>Usuario: <br><input type="text" name="usuario" class="MenuFormulario"><br>');
	document.write('Contraseña: <br><input type="password" name="password" class="MenuFormulario"><br>');
	document.write('<input type="submit" value="Entrar" class="MenuFormulario"></form><br><img src="/imagenes/linea.gif">');
	}
	
function punteado()
	{
	document.write('<table border="0" cellspacing="0" cellpadding="0" width="90%" height="1"><tr><td background="/imagenes/punteado.jpg"></td></tr></table>');
	}
	
function titulo(texto)
	{
	document.write('<table border="0" cellspacing="0" cellpadding="0" class="Titulo"><tr><td>'+texto+'</td></tr></table><br>');
	}

function firma()
	{
	document.write('<hr height="1" width="90%" noshade>');
	document.write('<center class="Pie">');
	document.write('Digital Agrupem, S.L. NIF: B83807636<br>');
	document.write('Oficinas centrales - C/Valencia, 102. 28100 Alcobendas (Madrid)<br>');
	document.write('Almacenes - Av. de la Industria, 28. 28108 Alcobendas (Madrid)<br>');
	document.write('Talleres - C/Rafael Fernandez Hijicos, 24, 6ºC. 28038 Madrid<br>');
	document.write('Telefono: 91-256-69-62<br>');
	document.write('Para cualquier consulta respecto a la web, envíe un e-mail a <a href="mailto:webmaster@agrupem.com">webmaster@agrupem.com</a> ');
	document.write('</center>');
	}
	
function AbreVentana(caption)
	{
	document.write('<table border="0" cellspacing="0" cellpadding="0"><tr height="25" bgcolor="#c03f5a"><td width="6" background="../imagenes/ventana/1.gif"></td>');
	document.write('<td background="../imagenes/ventana/2.gif"><font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFFFF" size="1"><b>'+caption+'</b></font>');
	document.write('</td><td width="6" background="../imagenes/ventana/3.gif"></td></tr><tr>');
	document.write('<td width="6" background="../imagenes/ventana/4.gif"></td><td bglocor="#FFFFFF">');
	}
	
function CierraVentana()
	{
	document.write('</td><td width="6" background="../imagenes/ventana/5.gif"></td></tr><tr height="6">');
	document.write('<td width="6" background="../imagenes/ventana/6.gif"></td><td background="../imagenes/ventana/7.gif"></td>');
	document.write('<td width="6" background="../imagenes/ventana/8.gif"></td></tr></table>');
	}
