function infraestructuraempresarial(id)
{
var ie=(document.all) ? 1:0;
var nc=(document.layers) ? 1:0;
var n6=(document.getElementById) ? 1:0;
if(ie)
{
document.all['mapaempresarial'].style.visibility="hidden";
document.all['megeneral'].style.visibility="hidden";
document.all['disenowebtk'].style.visibility="hidden";
document.all[id].style.visibility="visible";		
}
if(n6)
{
document.getElementById('mapaempresarial').style.visibility = "hidden";
document.getElementById('megeneral').style.visibility = "hidden";
document.getElementById('disenowebtk').style.visibility = "hidden";
document.getElementById(id).style.visibility = "visible";	
}
		
if (nc) 
{
document.layers['mapaempresarial'].visibility="hide";
document.layers['megeneral'].visibility="hide";
document.layers['disenowebtk'].visibility="hide";
document.layers[id].visibility="show";
}
}


window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function quitarFrame() 
{
if (self.parent.frames.length != 0)
self.parent.location=document.location.href;
}
quitarFrame()

document.write('<body background="D:" oncontextmenu="return false" onselectstart="return false" ondragstart="return false"><style>@import url("s.css");</style><meta http-equiv=imagetoolbar content=no><script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>')

_uacct = "UA-1672745-1";
urchinTracker();
