function gallery(cadena,pagina){
	var cad = "gallery.php?folder="+cadena+"&pagina="+pagina;
	var gale = window.open(cad,"galeria","width=900,height=470");
	posx= (screen.width - 900)/2;
	posy= (screen.height - 470)/2;
	gale.moveTo(posx, posy);
}
function img(cadena,photo,pagina){
	var cad = "gallery.php?folder="+cadena+"&photo="+photo+"&pagina="+pagina;
	var gale = window.open(cad,"galeria","width=900,height=470");
	posx= (screen.width - 900)/2;
	posy= (screen.height - 470)/2;
	gale.moveTo(posx, posy);
}
function page_void(){
	var cad = "page_void.htm";
	var pvoid = window.open(cad,"pvoid","width=576,height=470");
	posx= (screen.width - 576)/2;
	posy= (screen.height - 470)/2;
	pvoid.moveTo(posx, posy);
}
function events(page){
	var cad = "events/"+page;
	var pvoid = window.open(cad,"w_events","width=700,height=440");
	posx= (screen.width - 576)/2;
	posy= (screen.height - 440)/2;
	pvoid.moveTo(posx, posy);
}
function others(page){
	var cad = page;
	var pvoid = window.open(cad,"w_others","width=700,height=420");
	posx= (screen.width - 700)/2;
	posy= (screen.height - 420)/2;
	pvoid.moveTo(posx, posy);
}
function additional(page){
	var cad = page;
	var paddi = window.open(cad,"w_aditional","width=700,height=450");
	posx= (screen.width - 700)/2;
	posy= (screen.height - 450)/2;
	paddi.moveTo(posx, posy);
}