		
function cambia(nombre, imagen){
	document[nombre].src=eval(imagen).src;
}

var alt=screen.height
var anch=screen.width

function ViewPhoto(variable,foto,w,h){
	var caracter="scrollbars=no,width="+w+",height="+h+",screenX="+(anch-w)/2+",screenY="+(alt-h)/2+",left="+(anch-w)/2+",top="+(alt-h)/2;
	eval(variable+"=open('','"+variable+"','"+caracter+"')");
	eval(variable+".document.open()");
	eval(variable+".document.write('<HEAD><META HTTP-EQUIV=\"imagetoolbar\" CONTENT=\"no\"><TITLE></TITLE></HEAD><BODY leftMargin=0 topMargin=0 marginheight=0 marginwidth=0 BGCOLOR=#FFFFFF>')");
	eval(variable+".document.write('<IMG SRC=\"'+foto+'\" WIDTH=\"'+w+'\" HEIGHT=\"'+h+'\">')");
	eval(variable+".document.write('</BODY></HTML>')");
	eval(variable+".document.close()");
	eval(variable+".focus()");
}


function Enciclopedia(){
	var alt=screen.height
	var anch=screen.width
	var caracter="scrollbars=yes,width=600,height=500,screenX="+(anch-600)/2+",screenY="+(alt-500)/2+",left="+(anch-600)/2+",top="+(alt-500)/2;
	vesq=open("/binary/bLexicon/bLexicon.exe?task=Start","EnciclopediaAlimentos",caracter);
	vesq.focus();
}

function EnciclopediaItem(num){
	var alt=screen.height
	var anch=screen.width
	var caracter="scrollbars=yes,width=600,height=500,screenX="+(anch-600)/2+",screenY="+(alt-500)/2+",left="+(anch-600)/2+",top="+(alt-500)/2;
	vesq=open("/binary/bLexicon/bLexicon.exe?task=ViewArticle2&article="+num,"EnciclopediaAlimentos"+num,caracter);
	vesq.focus();
}