
function FP_swapImg() {//v1.0
 var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length;
 n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm;
 elm.$src=elm.src; elm.src=args[n+1]; } }
}

function FP_preloadImgs() {//v1.0
 var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
 for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; }
}

function FP_getObjectByID(id,o) {//v1.0
 var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id);
 else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
 if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
 for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
 f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
 for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } }
 return null;
}




var current = 0
		var x = 0
		var speed = 60
		var speed2 = 2000
		var cont = 0

		function initArray(n) {
		  this.length = n;
		  for (var i =1; i <= n; i++) {
			this[i] = ' '
		  }
		}

		typ = new initArray(6)

		typ[0]="*www.reglasdecalculo.com - Toda la informacion sobre Reglas de calculo en Espaņol...";
		typ[1]="*... Manuales, bibliografia, teoria, practica, enlaces...*";
		typ[2]="*... Compra, vende, intercambia, opina o comenta en el foro, Registrate!!...*";
		typ[3]="*... La mayor coleccion de Faber Castell en Internet...*";
		typ[4]="*... y la mas completa coleccion de manuales en Espaņol sobre Reglas de Calculo, listos para bajar...*";
		typ[5]="*... Venta de Reglas de Calculo nuevas a estrenar...Subastas de Ebay...*";

		function typewrite() {
			var m = typ[current]

			window.status = m.substring(0, x++) + "*"
			document.title = m.substring(0, x++) + "*"

			if (x >= m.length + 1 && cont>(speed2/speed)) {
				cont = 0
				x = 0
				current++

				if (current > typ.length - 1) {
					current = 0
				}

				setTimeout("typewrite()", speed)
			}
			else if(x >= m.length + 1 && cont<=(speed2/speed)) {
				cont++
				setTimeout("typewrite()", speed)
			}
			else {
				setTimeout("typewrite()", speed)
			}
		}

		typewrite()



<!-- Original:  Brian Gosselin (bgaudiodr@aol.com) -->
<!-- Web Site:  http://www.bgaudiodr.iwarp.com -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var isNS=(document.layers);
var _all=(isNS)? '' : 'all.' ;
var _style=(isNS)? '' : '.style' ;
var _visible=(isNS)? 'show' : 'visible';
var w_x, w_y, item, okscroll=false, godown;
function init(){
item=eval('document.'+_all+'item'+_style);
getwindowsize();
item.visibility=_visible;
scrollpage();
}
function getwindowsize() {
w_x=(isNS)? window.innerWidth-5 : document.body.clientWidth;
w_y=(isNS)? window.innerHeight : document.body.clientHeight;
(isNS)? item.clip.width=42: item.width=42;
(isNS)? item.clip.height=20 : item.height=20;
moveitem();
}
function resizeNS() {
setTimeout('document.location.reload()',400);
}
function moveitem() {
if (isNS) {
item.moveTo((pageXOffset+w_x-70),(w_y+pageYOffset-50))
}else{
item.pixelLeft=document.body.scrollLeft+w_x-70;
item.pixelTop=w_y+document.body.scrollTop-50;
   }
}
window.onload=init;
(isNS) ? window.onresize=resizeNS : window.onresize=getwindowsize ;
function scrollpage() {
status = '';
if (okscroll) {
if (godown) {
(isNS)? window.scrollBy(0,4) : window.scrollBy(0,4) ;
} else {
(isNS)? window.scrollBy(0,-4) : window.scrollBy(0,-4) ;
   }
}
moveitem();
setTimeout('scrollpage()', 3);
}

function win2(img,ancho,alto) {
dat = 'width=' + ancho + ',height=' + alto + ',left=0,top=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no';
msg=open(img,"NewWindow",dat);
}

//  End -->



