<!--
//EstadisticasDelSitio
var scriptlocation ="http://www.bellcomtc.com.ar/admin/stats/inserta.asp";
document.write ('<img height=1 width=1 ');
document.write ('src="' + scriptlocation + '?r=');
document.write (escape(document.referrer) + '&t=2');
document.write ('&s=' + window.screen.width + 'x' + window.screen.height + '">');
document.write ('<br>');
//-->


<!--
//Dia  
function dia_semana (d1,d2,d3,d4,d5,d6,d7) {this[0]=d1;this[1]=d2;this[2]=d3;this[3]=d4;this[4]=d5;this[5]=d6;this[6]=d7;	}function mes_ano (d1,d2,d3,d4,d5,d6,d7,d8,d9,d10,d11,d12) {this[0]=d1;this[1]=d2;this[2]=d3;this[3]=d4;this[4]=d5;this[5]=d6;this[6]=d7;this[7]=d8;this[8]=d9;this[9]=d10;this[10]=d11;this[11]=d12;	}semana= new dia_semana ("Domingo","Lunes","Martes","Miercoles","Jueves","Viernes","Sabado");mes=new mes_ano ("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre");var today= new Date;diahoy = today.getDay();fechahoy = today.getDate();meshoy = today.getMonth();horahoy = today.getHours();minutohoy = today.getMinutes();ano = today.getYear();function dia () {document.write ('');document.write (' '+fechahoy);document.write (' de '+mes[meshoy]+' de '+ano );document.write ("<BR>");if (minutohoy<10) {minutohoy="0"+minutohoy}document.write ('');	}
//-->


<!--
//CheckBrowser
function MM_checkBrowser(NSvers,NSpass,NSnoPass,IEvers,IEpass,IEnoPass,OBpass,URL,altURL) { //v4.0
  var newURL='', verStr=navigator.appVersion, app=navigator.appName, version = parseFloat(verStr);
  if (app.indexOf('Netscape') != -1) {
    if (version >= NSvers) {if (NSpass>0) newURL=(NSpass==1)?URL:altURL;}
    else {if (NSnoPass>0) newURL=(NSnoPass==1)?URL:altURL;}
  } else if (app.indexOf('Microsoft') != -1) {
    if (version >= IEvers || verStr.indexOf(IEvers) != -1)
     {if (IEpass>0) newURL=(IEpass==1)?URL:altURL;}
    else {if (IEnoPass>0) newURL=(IEnoPass==1)?URL:altURL;}
  } else if (OBpass>0) newURL=(OBpass==1)?URL:altURL;
  if (newURL) { window.location=unescape(newURL); document.MM_returnValue=false; }
}
//-->



<!--
//Resolucion
function resolucion(){
var correctwidth=720
var correctheight=486
if (screen.width<correctwidth||screen.height<correctheight)
alert('Esta página está optimizada para 800x600 pixels en adelante.\nSu resolución actual es de '+screen.width+'x'+screen.height+'. Por favor, cambie la\nresolución de pantalla para visualizar normalmente la página.')
}
//-->


<!--
//Ventana1
	function ventana1(){
		var iAlto;
		var iAncho;
		var auxAlto = 30;
		var auxAncho = 10;
		
		if(screen.width==640){
		iAlto = 270 + auxAlto;
		iAncho = 666 + auxAncho;
		}
		else{
			iAlto = 270  + auxAlto;
			iAncho = 666 + auxAncho;
		}
		self.resizeTo (iAncho,iAlto) ;
	}	
//-->



<!--
//Desplegable
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->



<!--
//StatusBar  
function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
//-->



<!--
//SwapImage
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->




<!--
//ShowHideLayers 
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}
//-->




<!--
//Forms 
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->




<!--
//ValidateForm
function MM_validateForm() { //v4.0
  var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
  for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
    if (val) { nm=val.name; if ((val=val.value)!="") {
      if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');z=val.indexOf('.');
          if (p<1 || z<1 || z==(val.length-1)) errors+='- '+nm+' debe contener un email válido.\n';
        } else if (test!='R'){ num = parseFloat(val);
          if(isNaN(val)) errors+='- '+nm+' debe contener solo números.\n';
          if(test.indexOf('inRange') != -1) { p=test.indexOf(':');
            min=test.substring(8,p); max=test.substring(p+1);
          if (val<min || max<val) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
    } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' es un campo obligatorio.\n'; }
  } if (errors) alert('Debe completar todos los campos.\n'+errors);
  document.MM_returnValue = (errors == '');
}
//-->





<!--
//ValidaForm
function MM_validaForm() { //v4.0
  var i,p,q,nm,test,num,min,max,errors='',args=MM_validaForm.arguments;
  for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
    if (val) { nm=val.id; if ((val=val.value)!="") {
      if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');z=val.indexOf('.');
          if (p<1 || z<1 || z==(val.length-1)) errors+='- '+nm+' debe contener un email válido.\n';
        } else if (test!='R'){ num = parseFloat(val);
          if(isNaN(val)) errors+='- '+nm+' debe contener solo números.\n';
          if(test.indexOf('inRange') != -1) { p=test.indexOf(':');
            min=test.substring(8,p); max=test.substring(p+1);
          if (val<min || max<val) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
    } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' es un campo obligatorio.\n'; }
  } if (errors) alert('Debe completar todos los campos.\n'+errors);
  document.MM_returnValue = (errors == '');
}
//-->



<!-- 
//ValidaRadio
function valida_radio() { 
args = valida_radio.arguments; 
formObj = args[0]; 
var isOK = true;
var msgerror = "" 
for (i=1;i<args.length;i++) { 
elemSelected=false; 
elems = formObj.elements[args[i]]; 
for (j=0;j<elems.length;j++) if (elems[j].checked) elemSelected=true; 
if (!elemSelected) { 
isOK = false; 
msgerror=msgerror+ "- "+args[i]+" es un campo obligatorio \n"; 
} 
}
if (msgerror.length > 0) 
{msgerror = "Debe completar todos los campos requeridos: \n" + msgerror
alert(msgerror);
}
return isOK; 
} 
// -->



<!--
//Popup
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->


<!--
//NoBotonDerecho

var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// --> 



<!--
//JumpMenu
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->
