// home.js

<!--

function click(){

if(event.button==2){

alert('Le agradecemos su visita a nuestro sitio.');

}

}

document.onmousedown=click

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->


<!-- Begin
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
// End -->
