\n');
}
function MM_openBrWindow(theURL,winName,features) {
resultados=window.open(theURL,winName,features);
}
function hideLayer(whichLayer)
{
if (ns4)
{ //window.alert(document.layers[whichLayer].visibility);
document.layers[whichLayer].visibility="hidden";
//window.alert(document.layers[whichLayer].visibility);
}
if (ie4) { document.all[whichLayer].style.visibility="hidden"; }
}
function showLayer(whichLayer)
{
if (ns4) {document.layers[whichLayer].visibility="visible"; }
if (ie4) {document.all[whichLayer].style.visibility="visible";}
}
//-->