/******* tecnicom.js by tecni.com version 2007.07.17 *******/
var tecnicom_url    ='http://www.CostaRicaCenter.com';
var tecnicom_name='.: Costa Rica Center :.';
function tecnicom_favorite()    { window.external.AddFavorite(tecnicom_url, tecnicom_name); }
function tecnicom_home(Browser) { Browser.style.behavior='url(#default#homepage)'; Browser.setHomePage(tecnicom_url); }

function tecnimenu_click(table_id, name) { 
 var option=0; var table;
 while (table = document.getElementById(table_id+"_"+option)) {
  if (name) { table.className = name; }
   else if (table.className == 'tecnimenu_show') { table.className = 'tecnimenu_hide'; }
   else if (table.className == 'tecnimenu_hide') { table.className = 'tecnimenu_show'; }
   option++;
 }
}

function tecnicom_click(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2))    return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) 
{ alert (tecnicom_name);  	return false; 	}
return true;
}
document.onmousedown=tecnicom_click; document.onmouseup=tecnicom_click;
if (document.layers) { window.captureEvents(Event.MOUSEDOWN); window.captureEvents(Event.MOUSEUP); window.onmousedown=tecnicom_click; window.onmouseup=tecnicom_click; }



