
<!--

function imprimir() {
  if (window.print)
    window.print()
  else
    alert("Disculpe, su navegador no soporta esta opción.");
}


var x=1
var y=1
var ancho=100
var alto=1
var fin=450

function inicio(pagina)
{
	ventana = window.open(pagina,"_blank","resizable=0,height=1,width=1,top=x,left=y,screenX=x,screenY=y");
	ancho=250
	alto=1
	x=1
	y=1
	fin=770
	abre();
}

function abre()
{
	if (ancho<=fin) {
		ventana.moveTo(x,y);
		ventana.resizeTo(ancho,alto);
		x+=2
		y+=5
		ancho+=30
		alto+=31
		timer= setTimeout("abre()",1)
	}
	else {
		clearTimeout(timer)
		}
}


function high(which2)
{
theobject=which2;
highlighting=setInterval("highlightit(theobject)",50);
	
}

function low(which2)
{
clearInterval(highlighting);
which2.filters.alpha.opacity=50;
}
function highlightit(cur2)
{
if(cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=5
else if(window.highlighting)
clearInterval(highlighting)
}


function fichafoto(pagina)
{
	ancho=400
	alto=1
	x=100
	y=200
	fin=400
	ventana = window.open(pagina,"_blank","resizable=0,height=450,width=475,top=X,left=y,screenX=x,screenY=y");
	
}


function ventana(ancho,alto,pagina)
{
	
	ventana = window.open(pagina,"_blank","resizable=0,height=ancho,width=alto,top=1,left=1,screenX=1,screenY=1");
	
}

function fadein(which2)
{
e=1;

for (e = 1; e; e = 100)
	theobject=which2;
	highlighting=setInterval("highlightit(theobject)",e);

return e

	
}