startList = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("nav");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}
window.onload=startList;



function abrir_pxom()
{
ventana=window.open("../pxom/index.htm","","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=760,height=560");
}

function abrir_venta(direccion,nomeventana,ancho,alto)
{
var largo = ancho;
var altura = alto;
var adicionales= "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no";
var top = (screen.height-altura)/2;
var izquierda = (screen.width-largo)/2; 
nuevaVentana=window.open(''+ direccion + '',''+ nomeventana + '','width=' + largo + ',height=' + altura + ',top=' + top + ',left=' + izquierda + ',features=' + adicionales + ''); 
nuevaVentana.focus();
}

function imprSelec(nombre)
{
var ventana = window.open("", "", "");
var contenido = "<html><body onload='window.print();window.close();'>" + document.getElementById(nombre).innerHTML + "</body></html>";
ventana.document.open();
ventana.document.write(contenido);
ventana.document.close();
} 


function crear_paxina(direccion)
	{
	var variable = '<iframe id="external" style="width:100%;height:75%" src="' + direccion + '" frameborder="0"></iframe>'
	ventana = window.open("","nueva","toolbar=no,status=no,menubar=no,srollbars=no,resizable=yes,width=780,height=500");
    ventana.document.open();
	ventana.document.writeln("<html><head>");
	ventana.document.writeln("<link rel=alternate media=print href='" + direccion + "'><link rel='stylesheet' href='http://www.concellooroso.com/images/oroso_.css' type='text/css' />");
	ventana.document.writeln("<title>Concello de Oroso</title></head>");
	ventana.document.writeln("<body topmargin='0' leftmargin='0' style='background-color: #FFFFFF; background-image:url('')'>");
	ventana.document.writeln("<p align='left'><img border='0' src='http://www.concellooroso.com/images/logoOroso_v.gif' width='161' height='50' style='border-width: 0'></p>");
	ventana.document.writeln("<p class='post-footer align-right'>");		
	ventana.document.writeln("<a href='javascript:window.close()' class='close'>Cerrar</a>");
	ventana.document.writeln("<a href='javascript:print()' class='comments'>Imprimir</a></p>");
	ventana.document.writeln("<p><script language='javascript'>");
	ventana.document.writeln("var displaymode=0");
	ventana.document.writeln("var iframecode = '" + variable + "'");	
	ventana.document.writeln("if (displaymode==0)");
	ventana.document.writeln("document.write(iframecode)");
    ventana.document.writeln("function gone(){");
	ventana.document.writeln("var selectedurl=document.jumpy.example.options[document.jumpy.example.selectedIndex].value");
	ventana.document.writeln("if (document.getElementById&&displaymode==0)");
	ventana.document.writeln("document.getElementById('external').src=selectedurl");
	ventana.document.writeln("else if (document.all&&displaymode==0)");
	ventana.document.writeln("document.all.external.src=selectedurl");
	ventana.document.writeln("else{");
	ventana.document.writeln("if (!window.win2||win2.closed)");
    ventana.document.writeln("win2=window.open(selectedurl)");
	ventana.document.writeln("else{");
	ventana.document.writeln("win2.location=selectedurl");
	ventana.document.writeln("win2.focus()");
	ventana.document.writeln("}}}");						 
	ventana.document.writeln("</script></p></body></html>");
	ventana.document.close();
	}

function abrir_boe()
	{
	ventana=window.open("http:\\www.boe.es","","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=760,height=560");
	}

function abrir_doga()
	{
	ventana=window.open("http:\\www.xunta.es\dog\dog.nsf","","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=760,height=560");
	}

function abrir_bop()
	{
	ventana=window.open("http:\\www.dicoruna.es\bop","","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=760,height=560");
	}
