function Abre(h) {
var j = document.links.length
for (var i = 0; i < j; i++) {
	if (document.links[i].href != h) {
		continue
	}

	n = i
	pic = "libroa.gif"
	document.images[n].src = pic
	}
}


function Cierra(h) {
var j = document.links.length
for (var i = 0; i < j; i++) {
	if (document.links[i].href != h) {
		continue
	}

	n = i
	pic = "libroc.gif"
	document.images[n].src = pic
	}
}


function VentanaG(ruta) {
	redir = "/deleynet/nuevo_portal/navegajs/Subvenciones/docAnuncios.aspx?rut=" + ruta
	redir3 = "/deleynet/nuevo_portal/navegajs/Subvenciones/VinculosAnuncios.aspx?rut=" + ruta
	nventana = window.open("","",'menubar=no,status=no,scrollbars=yes,resizable=yes,width=750,height=475');
	nventana.document.write("<HTML>");
	nventana.document.write("<HEAD>");
	nventana.document.write("<TITLE>SUBVENCIONES Y AYUDAS</TITLE>");
	nventana.document.write("</HEAD>");
	nventana.document.write("<FRAMESET framespacing='0' border='false' ROWS='*,80' frameborder='1'>");
	nventana.document.write("<FRAME name='principal' SRC='" + redir + "' marginwidth='10' marginheight='10'>");
	nventana.document.write("<FRAME name='vinculos' SRC='" + redir3 + "' target='_blank' marginwidth='10' marginheight='10'>");
	nventana.document.write("</FRAMESET>");
	nventana.document.write("</HTML>");
}
function VentanaGSinIndice(ruta) {
	redir = "/deleynet/nuevo_portal/navegajs/Subvenciones/docAnuncios.aspx?rut=" + ruta
	nventana = window.open(redir,"",'location=no,menubar=yes,status=no,scrollbars=yes,resizable=yes,width=750,height=400');
}
function VentanaGSinVin(ruta,publicacion,fchpub) {
	redir = "/deleynet/nuevo_portal/navegajs/Subvenciones/docAnuncios.aspx?rut=" + ruta + "&publi=" + publicacion + "&fchp=" + fchpub
	nventana = window.open(redir,"",'location=no,menubar=yes,status=no,scrollbars=yes,resizable=yes,width=750,height=400');
}
function VentanaP(ruta) {
	window.open(ruta,"",'scrollbars=yes,resizable=yes,width=400,height=150') ;
}

function VentanaCPC_Orig(publicacion,cpc) {
	redir = "/deleynet/nuevo_portal/navegajs/Subvenciones/docAnunciosCpc.aspx?publi=" + publicacion + "&cpc=" + cpc
		nventana2 = window.open("","",'toolbar=no,menubar=no,status=no,scrollbars=yes,resizable=yes,width=750,height=450') ;
		nventana2.document.write("<HEAD>");
		nventana2.document.write("<TITLE>SUBVENCIONES Y AYUDAS</TITLE>");
		nventana2.document.write("</HEAD>");
		nventana2.document.write("<FRAMESET framespacing='0' border='false' ROWS='0,*' frameborder='0'>");
		nventana2.document.write("<FRAME SRC=" + "'" + "/deleynet/htm/blanco.htm" + "'" + " scrolling=" + "'" + "no" + "'" + " marginwidth=" + "'" + "0" + "'" + " marginheight=" + "'" + "0" + "'>");
		nventana2.document.write("<FRAME SRC=" + "'" + redir + "'>"); 
		nventana2.document.write("</FRAMESET>");
}

function VentanaCPC(publicacion,cpc) {
	redir = "/deleynet/nuevo_portal/navegajs/Subvenciones/docAnunciosCpc.aspx?publi=" + publicacion + "&cpc=" + cpc
window.open(redir,"",'scrollbars=no,resizable=yes,width=750,height=400') ;
}

function VentanaNoticia(boletin,fecha,numpdf) {
	if (numpdf=="000")
	{
		window.alert("Puede revisar la Ayuda en el Boletín: " + boletin + " del día " + fecha + "\n" + "Si aún no está en la página, en breve aparecerá")
		//redir = "/deleynet/nuevo_portal/navegajs/asp/C_Calendario.aspx?TipoDoc=Deley" & boletin
		window.location = "/deleynet/nuevo_portal/navegajs/asp/C_Calendario.aspx?TipoDoc=Deley" + boletin;
	}
	else
	{
		redir = "/deleynet/nuevo_portal/navegajs/Subvenciones/Noticias/docNoticias.aspx?Boletin=" + boletin + "&Fecha=" + fecha + "&NumPdf=" + numpdf
		window.open(redir,"",'scrollbars=no,resizable=yes,width=750,height=400') ;
	}
	
}

function VentanaNoticia_Orig(boletin,fecha,numpdf) {
	redir = "/deleynet/nuevo_portal/navegajs/Subvenciones/Noticias/docNoticias.aspx?Boletin=" + boletin + "&Fecha=" + fecha + "&NumPdf=" + numpdf
window.open(redir,"",'scrollbars=no,resizable=yes,width=750,height=400') ;
}

function VentanaPDF(publicacion,pdf) {
	redir = "/deleynet/nuevo_portal/navegajs/Subvenciones/docAnunciosCpc.aspx?publi=" + publicacion + "&pdf=" + pdf
		nventana2 = window.open("","",'toolbar=no,menubar=no,status=no,scrollbars=yes,resizable=yes,width=750,height=450') ;
		nventana2.document.write("<HEAD>");
		nventana2.document.write("<TITLE>SUBVENCIONES Y AYUDAS</TITLE>");
		nventana2.document.write("</HEAD>");
		nventana2.document.write("<FRAMESET framespacing='0' border='false' ROWS='0,*' frameborder='0'>");
		nventana2.document.write("<FRAME SRC=" + "'" + "/deleynet/htm/blanco.htm" + "'" + " scrolling=" + "'" + "no" + "'" + " marginwidth=" + "'" + "0" + "'" + " marginheight=" + "'" + "0" + "'>");
		nventana2.document.write("<FRAME SRC=" + "'" + redir + "'>"); 
		nventana2.document.write("</FRAMESET>");
}

function DocumentoCPC(rutacpc) {
	archivocpc = "/Deleynet/asp/legisla/laboral/" + rutacpc
	window.open(archivocpc,"",'scrollbars=no,resizable=yes,width=750,height=400') ;
}
