function popUno() {  
	winUno=window.open("/fez/fez1.html","one","width=292,height=243,left=0,top=0,scrollbars=no,toolbar=no,resizable=no,statusbar=no");
	}

function popDos() {  
	winDos=window.open("/fez/fez2.html","two","width=508,height=112,left=292,top=0,scrollbars=no,toolbar=no,resizable=no,statusbar=no");
	}

function popTres() {  
	winTres=window.open("/fez/fez3.html","three","width=292,height=363,left=0,top=286,scrollbars=no,toolbar=no,resizable=no,statusbar=no");
	}

function popQuatro() {  
	winQuatro=window.open("/fez/fez4.html","four","width=508,height=348,left=292,top=153,scrollbars=no,toolbar=no,resizable=no,statusbar=no");
	}

function popCinco() {  
	winCinco=window.open("/fez/fez5.html","five","width=292,height=192,left=0,top=669,scrollbars=no,toolbar=no,resizable=no,statusbar=no");
	}

function popSeis() {  
	winSeis=window.open("/fez/fez6.html","six","width=177,height=338,left=292,top=523,scrollbars=no,toolbar=no,resizable=no,statusbar=no");
	}

function popSiete() {  
	winSiete=window.open("/fez/fez7.html","seven","width=331,height=338,left=469,top=523,scrollbars=no,toolbar=no,resizable=no,statusbar=no");
	}

function popOcho() {  
	winOcho=window.open("/fez/fez_close.html","eight","width=800,height=30,left=0,top=880,scrollbars=no,toolbar=no,resizable=no,statusbar=no");
	}

function openAll() {
	popUno();
	popDos();
	popTres();
	popQuatro();
	popCinco();
	popSeis();
	popSiete();
	popOcho();
	}

function closeAll() {
	openAll();
	winUno.close();
	winDos.close();
	winTres.close();
	winQuatro.close();
	winCinco.close();
	winSeis.close();
	winSiete.close();
	winOcho.close();
	}

