<!--
var logico = true ;
var control=0;
var contador=0;
var rotar=1;
var timeID=null;

function formHandler(form) {
var windowprops = "height=600,width=800,location=yes," 
+ "scrollbar=yes,menubar=yes,toolbar=yes,resizable=yes";

var URL = form.site.options[form.site.selectedIndex].value;
popup = window.open(URL,"MenuPopup",windowprops);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function linkOLB(){
window.open('https://olb.todo1.com/servlet/msfv/B1000/Login/loginFrame.htm', 'bank','status=yes,menubar=no,scrollbars=yes,resizable=yes');
} 

function rotar_banners1(){
	if(rotar){ 
		control += 1;
		if(control==4) control = 1;
		if(control==1)document.banner1.src = "imgindex/banner_170x213_01.gif";
		if(control==2)document.banner1.src = "imgindex/banner_170x213_03.gif";
		if(control==3)document.banner1.src = "imgindex/banner_170x213_04.gif";
		timeID=setTimeout("rotar_banners1()",4000); }
	}

function rotar_banners3(){
	if(rotar){ 
		contador += 1;
		if(contador==4) contador = 1;
		if(contador==1)document.banner3.src = "imgindex/banner_276x64_01.gif";
		if(contador==2) document.banner3.src = "imgindex/banner_276x64_02.gif";
		if(contador==3) document.banner3.src = "imgindex/banner_276x64_03.gif";
           	timeID=setTimeout("rotar_banners3()",4000);	}
	}
	
function link_promocion1(){
	if(control==1) parent.location.href = "personas/06_credplan_credfacil.html";
	if(control==2) window.open ("http://www.bcv.org.ve/2camara-def.htm");
	if(control==3) 
	{
		var location = parent.location.href ;
		parent.location.href = location ;
	}
	}
	
function link_promocion3(){
	if(contador==1) window.open ("http://www5.bancomercantil.com/cadivi/ReintegroDivisa.htm");
	if(contador==2) window.open ("http://www5.bancomercantil.com/cadivi/nuevo.asp");	
	if(contador==3) 
      {
		var location = parent.location.href ;
		parent.location.href = location ;
	}
	}

function despliegueCapa(id){
obj = document.getElementById(id)
estado = obj.style.display
if (estado == 'none'){
obj.style.display = ""
}
else {
obj.style.display = 'none' }
}

function ocultarCapa(id){
obj = document.getElementById(id)
estado = obj.style.display
if (estado == ''){
obj.style.display = "none" }
}

function cambioFlecha(img_name){
obj = document.getElementById(img_name)
estado = obj.style.filter
if (estado == 'none'){
obj.style.filter = "Flipv"
}
else {
obj.style.filter = "none" }
}

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_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.01
  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 && d.getElementById) x=d.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];}
}

function muestra(id){
obj = document.getElementById(id)
estado = obj.style.display
if (estado == 'none'){
obj.style.display = ""
}
else {
obj.style.display = ''
}
}

function oculta(id){
obj = document.getElementById(id)
estado = obj.style.hidden
if (estado == 'none'){
obj.style.display = ""
}
else {
obj.style.display = 'none'
}
}

function ambos(id){
obj = document.getElementById(id)
estado = obj.style.display
if (estado == 'none'){
obj.style.display = ""
}
else {
obj.style.display = 'none'
}
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
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]+"'");
}
