//menu de la sección Compañía

var loc = document.location.href;
var aux;
//Si es una pantalla de la sección de Postventa o una general
if (loc.lastIndexOf('PostVenta')!=-1)
	aux="../../";
else
	aux="../";

function menu() {
	document.write('<div class="menu" style="width:9px">&nbsp;</div><div class="menu" onmouseover="topnav(this, true, \'#C8C8C8\')" onmouseout="topnav(this, false, \'#9B9B9B\')"><span>&nbsp;</span><a href="' + aux + 'indexa.html?page=compania/filosofia.html" target="_parent" onclick="checkTargetLink(this)">Filosofía</a></div><div class="menu" onmouseover="topnav(this, true, \'#C8C8C8\')" onmouseout="topnav(this, false, \'#9B9B9B\')"><span>&nbsp;</span><a href="' + aux + 'indexa.html?page=compania/historia.html" target="_parent" onclick="checkTargetLink(this)">Historia</a></div><div class="menu" onmouseover="topnav(this, true, \'#C8C8C8\')" onmouseout="topnav(this, false, \'#9B9B9B\')"><span>&nbsp;</span><a href="' + aux + 'indexa.html?page=compania/valores.html" target="_parent" onclick="checkTargetLink(this)">Valores diferenciadores</a></div><div class="menu" onmouseover="topnav(this, true, \'#C8C8C8\')" onmouseout="topnav(this, false, \'#9B9B9B\')"><span>&nbsp;</span><a href="' + aux + 'indexa.html?page=compania/showrooms.html" target="_parent" onclick="checkTargetLink(this)">Showrooms</a></div><div class="menu" onmouseover="topnav(this, true, \'#C8C8C8\')" onmouseout="topnav(this, false, \'#9B9B9B\')"><span>&nbsp;</span><a href="' + aux + 'indexa.html?page=compania/espana.html" target="_parent" onclick="checkTargetLink(this)">Miele en España</a></div><div class="menu" onmouseover="topnav(this, true, \'#C8C8C8\')" onmouseout="topnav(this, false, \'#9B9B9B\')"><span>&nbsp;</span><a href="' + aux + 'indexa.html?page=compania/internacional.html" target="_parent" onclick="checkTargetLink(this)">Miele Internacional</a></div>');
}




