var message="Function Disabled";
function click(e) 
{ if (document.all) { 
  if (event.button==2||event.button==3) { alert(message); return false; } }
  if (document.layers) { if (e.which == 3) { alert(message); return false; } } 
}
if (document.layers) { document.captureEvents(Event.MOUSEDOWN); }
document.onmousedown=click;

window.onerror=null;  
window.defaultStatus='Spanish Schools in Quito Ecuador, Language Center - MaQuiNet Services'; 

function isMsie4orGreater() { 
var ua = window.navigator.userAgent;   
var msie = ua.indexOf ( "MSIE " );
if  (msie > 0) {  return (parseInt ( ua.substring ( msie+5, ua.indexOf ( ".", msie ) ) ) >=4) && (ua.indexOf("MSIE 4.0b") <0) ;}  
else { return false; }
} 


var scw=screen.Width-10;
var sch=screen.Height-52;
function archivo(nombre){mws=window.open(nombre,'ecuaworld','scrollbars,resizable, left=0, top=0, width=' + scw + ',height=600')};
