function preloadImages() { if (document.images) { var imgFiles = preloadImages.arguments; var preloadArray = new Array(); for (var i=0; i < imgFiles.length; i++) { preloadArray[i] = new Image; preloadArray[i].src = imgFiles[i]; } ; } ; } ;
if (window.Event) { document.captureEvents(Event.MOUSEUP) } ; function nocontextmenu() { event.cancelBubble = true ; event.returnValue = false ; return false ; } ; function norightclick(e) { if (window.Event) { if (e.which == 2 || e.which == 3) { return false } ; } else { if (event.button == 2 || event.button == 3) { event.cancelBubble = true ; event.returnValue = false ; return false; } ; } ; } ; document.oncontextmenu = nocontextmenu ; document.onmousedown = norightclick ; 
function level2(nuevo) { if ( nuevo != "" ) { nuwindow = window.open(nuevo, 'nuwin', 'top=0,left=0,width='+screen.width-2+',height='+screen.height-2+',status=no,toolbar=no,location=no,scrollbars=yes,menubar=no,dependent=no,alwaysRaised=yes,resizable=yes,screenx=0,screeny=0,outerHeight=' + screen.availHeight + ',outerWidth=' + screen.availWidth + ',fullscreen=no') ; nuwindow.focus() } ; } ;
theObjects = document.getElementsByTagName("object") ; for (var i = 0; i < theObjects.length; i++) { 
theObjects[i].outerHTML = theObjects[i].outerHTML; 
}
 ;
function level3(otro) { if ( otro != "" ) { tuwindow = window.open(otro, 'tuwin', 'top=0,left=0,width='+screen.width-2+',height='+screen.height-2+',status=no,toolbar=no,location=no,scrollbars=yes,menubar=no,dependent=no,alwaysRaised=yes,resizable=yes,screenx=0,screeny=0,outerHeight=' + screen.availHeight + ',outerWidth=' + screen.availWidth + ',fullscreen=no') ; tuwindow.focus() } ; } ;
