function padl(numero,largo,caracter){
sale=''+numero;
z=largo-sale.length;
for(w=1;w<=z;w++){
sale=caracter+sale};
return sale}
 


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function buttoncheck(e) {
	if (document.all && event.button==2) {
		alert("Si necesitas alguna información entra al menú CONTACTANOS, Gracias.")
		return false
	}
	if (document.layers && e.which==3) {
		alert("Si necesitas alguna información entra al menú CONTACTANOS, Gracias.")
		return false
	}
}

if (document.layers) {
	document.captureEvents(Event.MOUSEDOWN);
}
//document.onmousedown=buttoncheck;



