function Mapa() {
	window.open('Mapa-flash/mapa.html','Mapa','width=100,height=100');
}

var time = 3000;
var numofitems = 6;

function menu(allitems,thisitem,startstate){ 
  callname= "Menu"+thisitem;
  divname="SubMenu"+thisitem;  
  this.numberofmenuitems = numofitems;
  this.caller = document.getElementById(callname);
  this.thediv = document.getElementById(divname);
  this.thediv.style.visibility = startstate;
}

function ehandler(event,theobj){
  hdiv(event);
  //theobj.thediv.style.visibility="visible";
  theobj.style.visibility="visible";
}

function hdiv(event) {
	for (var i=1; i<= numofitems; i++){
    var shutdiv =document.getElementById("SubMenu"+i);
    shutdiv.style.visibility="hidden";
  }
 }
				
function closesubnav(event){
  if ((event.clientY <48)||(event.clientY > 107)){
    for (var i=1; i<= numofitems; i++){
      var shutdiv =eval('menuitem'+i+'.thediv');
      shutdiv.style.visibility='hidden';
    }
  }
}

function abrir(web) {
    for (var i=1; i<= numofitems; i++){
      var shutdiv =eval('menuitem'+i+'.thediv');
      shutdiv.style.visibility='hidden';
    }
	window.open (web ,"iFrame1")
}

function Abrir(Num,Nav) {
    for (var i=1; i<= numofitems; i++){
      var shutdiv =eval('menuitem'+i+'.thediv');
      shutdiv.style.visibility='hidden';
    }
	window.open ("informacion.asp?id="+Num ,"iFrame1")	
}

function NewWindow(web,w,h) {
	window.open(web,"page","width="+w+"px,height="+h+"px")
	}

function CerrarVideo() {
	var v = document.getElementById("Video")
	v.style.display="none"
}

function vid(URL) {
	window.open("Videos/tube.asp?V="+URL,"VideosUKA","width=425,height=400,status=NO");
	CerrarVideo()
}

function foto(Pic) {
		window.open ("fotos.asp?F="+Pic,"Fotos","width=100, height=100")
	}
function Dona() {
	window.open('https://www.unkilodeayuda.org.mx/donaciones/dona.asp','Dona','width=100,height=100,status=YES');
}

function Prensa() {
	window.open('http://intranet.unkilodeayuda.org.mx/prensa/galeria.aspx','Prensa','width=750,height=450,scrollbars=1,location=0');
}

function Lista1() {
		var l = (screen.width - 745)/2
		var t = (screen.height - 407)/2
		window.open("Videos1.html","VideosUKA","width=745,height=407,status=0, menubar=0, toolbar=0, toolbar=0,left="+l+",top="+t);
	}
function Lista2() {
		var l = (screen.width - 417)/2
		var t = (screen.height - 342)/2
		window.open("Videos2.html","VideosUKA","width=417,height=342,status=0, menubar=0, toolbar=0, toolbar=0,left="+l+",top="+t);
	}
function Fotos(Foto) {
	window.open ("Fotos.asp?F="+Foto,"Fotos","height=100px,width=100px,toolbar=false,scrollbars=NO,resizable=YES,location=NO")
}
