function apartados(cual) {
	if (cual==4) {
		top.texto1.location='porque.htm';
	} else if (cual==2) {
		top.texto1.location='queofrecemos.htm';
	} else if (cual==3) {
		top.texto1.location='comoconstruimos.htm';
	} else if (cual==5) {
		top.texto1.location='tradicion.htm';
	} else if (cual==6) {
		top.texto1.location='ventajas.htm';
	}
	  else if (cual==7) {
		top.texto1.location='galeria.htm';
	}
}