
function Descarga(vsitio, vseccion, varchivo){
	//window.open("/Nextel_Racing/descarga.asp?vnombre=" + escape(vnombre) + "&vpath=" + escape(vpath),"","width=300,height=200")
	window.open("/nr/NextelSite/Promociones/" + varchivo ,"","width=300,height=200");

	//alert("vnombre=" + escape(vnombre) + "&vpath=" + escape(vpath))

	// VALIDA EXPLORADORES
	var IExplorer = document.all?true:false
	if(IExplorer)
		document.all["iframe_certifica"].src = "/nr/NextelSite/Includes/descarga.asp?varchivo=" + escape(varchivo) + "&vsitio=" + escape(vsitio) + "&vseccion=" + escape(vseccion)
	else
		document.getElementById("iframe_certifica").src = "/nr/NextelSite/Includes/descarga.asp?varchivo=" + escape(varchivo) + "&vsitio=" + escape(vsitio) + "&vseccion=" + escape(vseccion)
}


