function correo(){
	window.open("email.htm","",",menubar=no,width=420,height=320,toolbar=no,location=no,resizable=no,scrollbars=no,status=no"); return false; 
	}

function makeVars(){
		if (navigator.appName == "Netscape") { 
 	va=".top="; ha=".left="; dS="document.";sdm=""; 
 	y="window.pageYOffset";x="window.pageXOffset";doWidth="window.innerWidth";doHeight="window.innerHeight"
 	} 
  	else { ha=".pixelLeft="; va=".pixelTop="; dS=""; sdm=".style"; 
		y="document.body.scrollTop";x="document.body.scrollLeft";doWidth="document.body.clientWidth";doHeight="document.body.clientHeight" 
		}
     xyz=500 
 	object="logo2";
		placeIt() 
 	}
		movex=0,movey=0,xdiff=0,ydiff=0,ystart=0,xstart=0 
		function makeXY(){ 
		innerX=eval(doWidth)-95 
     innerY=eval(doHeight)-350
  	if (document.layers){innerY-=10;innerX-=10}
		yy=eval(y); 
 	xx=eval(x);
		ydiff=ystart-yy; 
     xdiff=xstart-xx;
     if ((ydiff<(-1))||(ydiff>(1))) movey=Math.round(ydiff/10),ystart-=movey 
     if ((xdiff<(-1))||(xdiff>(1))) movex=Math.round(xdiff/10),xstart-=movex 
 	eval(dS+object+sdm+va+(ystart+innerY));
		eval(dS+object+sdm+ha+(xstart+innerX)); 
     setTimeout("makeXY()",25)}
		function placeIt(){ 
     ystart=eval(y);xstart=eval(x); 
     }
