var NARANJA=true;

	
	
function enfoco()
{
	    if(document.getElementById('Lefmenu1:btnLoginVW'))
		{
		    document.getElementById('Lefmenu1:btnLoginVW').focus();
		}
		else
		{
		    document.getElementById('Lefmenu1_btnLoginVW').focus();
		}		   
}

function hidediv() 
{	
	if(document.getElementById('hideShow')) 
	{ // DOM3 = IE5, NS6 			
		document.getElementById('hideShow').style.visibility = 'hidden'; 		
		document.getElementById('hideShow').style.top='-500px';
		document.getElementById('hideShow').style.left='-500px';
	    if(document.getElementById('Lefmenu1:cbodist2'))
		{
		    var combo=document.getElementById('Lefmenu1:cbodist2');
		}
		else
		{
		    var combo=document.getElementById('Lefmenu1_cbodist2');
		}	

		if(combo.selectedIndex!=-1)
		    document.getElementById('txtDistribuidor').value=combo.options[combo.selectedIndex].text;		

	} 
	else if(document.layers) 
	{ // Netscape 4 	
		document.hideShow.visibility = 'hidden'; 
		document.hideShow.style.top='-500px';
		document.hideShow.style.left='-500px';	
	} 	
	else 
	{ // IE 4 
		document.all.hideShow.style.visibility = 'hidden'; 
		document.all.hideShow.style.top='-500px';
		document.all.hideShow.style.left='-500px';
	} 
} 
 

function showdiv(boton) 
{ 
	var winW = 600, winH = 400;
	if (parseInt(navigator.appVersion)>3) 
	{
		if (navigator.appName=="Netscape") 
		{
			winW = window.innerWidth;
			winH = window.innerHeight;
		}
		if (navigator.appName.indexOf("Microsoft")!=-1) 
		{
			winW = document.body.offsetWidth;
			winH = document.body.offsetHeight;
		}
	}
	winW=Math.round(winW/2)-280;
	winH=Math.round(winH/2)-150;
	if (document.getElementById)
	{ // DOM3 = IE5, NS6 
		document.getElementById('hideShow').style.visibility = 'visible'; 
		document.getElementById('hideShow').style.top=''+winH+'px';
		document.getElementById('hideShow').style.left=''+winW+'px';
		document.getElementById('hideShow').style.top=boton.style.top;
		document.getElementById('hideShow').style.left=boton.style.left;		
		document.getElementById('hideShow').style.width='400px';		

		if(document.getElementById('Lefmenu1:cbodist2'))
		{
		    document.getElementById('Lefmenu1:cbodist2').style.width='400px';		
		}
		else
		{
		    document.getElementById('Lefmenu1_cbodist2').style.width='400px';				    				    
		}		   
	} 
	else 
	{ 
		if (document.layers) 
		{ // Netscape 4 
			document.hideShow.visibility = 'visible';
			document.hideShow.style.top=''+winH+'px';
			document.hideShow.style.left=''+winW+'px'; 
		} 
		else 
		{ // IE 4 
			document.all.hideShow.style.visibility = 'visible'; 
			document.all.hideShow.style.top=''+winH+'px';
			document.all.hideShow.style.left=''+winW+'px';
		} 
	} 
		
} 


function modalWin() {
	obj=window.open('../imagenes/ventana.jpg','Estatus','top=' + (screen.height-200)/2 + ', left=' + (screen.width-200)/2 + ',height=320,width=320,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no ,modal=yes');		
} 

			