function detenerError(){
return true}
window.onerror=detenerError
function expandirWindow(website) {
var windowprops='width=50,height=50,scrollbars=yes,status=yes,resizable=yes'
var heightspeed = 3; 
var widthspeed = 7;  
var leftdist = 20;    
var topdist = 250;     
if (window.resizeTo&&navigator.userAgent.indexOf("Opera")==-1) {
var winwidth = window.screen.availWidth - leftdist;
var winheight = window.screen.availHeight - topdist;
var sizer = window.open("","","left=" + leftdist + ",top=" + topdist +","+ windowprops);
for (sizeheight = 1; sizeheight < winheight; sizeheight += heightspeed)
sizer.resizeTo("1", sizeheight);
for (sizewidth = 1; sizewidth < winwidth; sizewidth += widthspeed)
sizer.resizeTo(sizewidth, sizeheight);
sizer.location = website;
}
else
window.open(website,'dfsandin');
}
var o=0,s=new Array()
function go(n){
var x=s[n],p=x.l+1,q=-1,y=x.s,z=x.w,t=document.getElementById("SC"+n).getElementsByTagName("TD")
for(i=0;i<=x.t;i++){
	if(y<p) p=y
	if(y>q) q=y
	x.f[y]=x.c[i]
	y+=z
	z=y==0?1:y==x.l-1?-1:z
	}
for(i=p;i<=q;i++) t[i].style.background="#"+x.f[i]
x.s+=x.w
x.w=x.s==0?1:x.s==x.l-1?-1:x.w
}
function k(v){
h='0123456789abcdef'
return(h.charAt(v>>4)+h.charAt(v&0xF))
}
function scan(n,r,g,b,l,t,w,h,d){
this.l=l
this.t=t>l?l:t
this.s=0
this.w=1
this.f=new Array()
this.c=new Array()
document.write('<TABLE ID=SC'+n+' CELLPADDING=0 CELLSPACING=0 BORDER=0><TR HEIGHT='+h+'>')
for(i=0;i<l;i++) document.write('<TD WIDTH="'+w+'">.</TD>')
document.write('</TR></TABLE>')
for(i=0;i<=t;i++) this.c[i]=k(i*r/t)+k(i*g/t)+k(i*b/t)
setInterval("go("+n+")", d)
}
function scanner(r,g,b,l,t,w,h,d){
s[o]=new scan(o,r,g,b,l,t,w,h,d)
o++
}