function Cambio_a_Home() {
	//SwitchMenu('sub1');
	//SwitchMenu('sub2');
	CerrarMenu();
	window.location = 'index.html';
}

function Cambio_a_Home0() {
	CerrarMenu();
	window.location = 'index.html';
}

function Cambio_a_Home2() {
	//SwitchMenu('sub1');
	CerrarMenu();
	window.location = 'index.html';
}

function Cambio_a_Home3() {
	//SwitchMenu('sub2');
	CerrarMenu();
	window.location = 'index.html';
}

function Cambio_a_Contacto() {
	//SwitchMenu('sub1');
	//SwitchMenu('sub2');
	CerrarMenu();
	window.location = 'contacto.html';
}

function Cambio_a_Buhardillas() {
	CerrarMenu();
	//SwitchMenu('sub1');
	//SwitchMenu('sub2');
	window.location = 'tragaluces.html';
}