function right(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("ˇˇˇGracias por Navegar IntHersil!!!");
		return false;
		}
	return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;

function poneFecha()  {
	var today = new Date()
	var myYear=today.getYear()
	var myMonth=today.getMonth()
	if (myMonth==0) {
   		var Month = "Enero" }
	if (myMonth==1) {
   		var Month = "Febrero" }
	if (myMonth==2) {
	   var Month = "Marzo" }
	if (myMonth==3) {
	   var Month = "Abril" }
	if (myMonth==4) {
	   var Month = "Mayo" }
	if (myMonth==5) {
	   var Month = "Junio" }
	if (myMonth==6) {
	   var Month = "Julio" }
	if (myMonth==7) {
	   var Month = "Agosto" }
	if (myMonth==8) {
	   var Month = "Septiembre" }
	if (myMonth==9) {
	   var Month = "Octubre" }
	if (myMonth==10) {
	   var Month = "Noviembre" }
	if (myMonth==11) {
	   var Month = "Diciembre" }
	if (today.getDay()==0) {
	   var weekDay = "Domingo" }
	if (today.getDay()==1) {
	   var weekDay = "Lunes" }
	if (today.getDay()==2) {
	   var weekDay = "Martes" }
	if (today.getDay()==3) {
	   var weekDay = "Miércoles" }
	if (today.getDay()==4) {
	   var weekDay = "Jueves" }
	if (today.getDay()==5) {
	   var weekDay = "Viernes" }
	if (today.getDay()==6) {
	   var weekDay = "Sábado" }
	var weekDate = today.getDate()
	if (myYear < 2000)	{
		myYear=myYear+1900 }
	document.write( weekDay + ", " + weekDate + " de " + Month + " del " + myYear + ".-")
	}

function poneSt(aa) {
   window.status = aa;
}

function agranda(aa,bb,ww,hh)
{
	var aaa='width='+ww+',height='+hh+',toolbar=no,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=no,top=0,left=0'
	srcfile="muestrf.html";
	window.open(srcfile,aa,aaa);
	foto=bb;
}

function popup(aa,bb,ww,hh){
	var aaa='width='+ww+',height='+hh+',toolbar=no,directories=no,status=no,scrollbars=no,resizable=no,menubar=no,top=0,left=0'
	window.open(aa,bb,aaa);
}

