	
	<!-- Salir del area de clientes. Redireccionamos al PHP inicial de la aplicacion.
	function salir_ac()
	{
	  window.location.href='../common/clear_session.php';	  
	}
	// -->
	
	<!--
	function contacto()
	{
	  document.location.href=("mailto:info@exportiberia.com")	  
	}
	// -->
	
	<!--
	function soporte()
	{
	  document.location.href=("mailto:support@exportiberia.com")	  
	}
	// -->
	<!--
	function info()
	{
	  document.location.href=("mailto:info@exportiberia.com")	  
	}
	// -->
	
	
	<!--
	function idioma_esp()
	{
	  window.location.href='index.php';
	}
	// -->
	
	<!--
	function idioma_eng()
	{
	  window.location.href='index_eng.php';
	}
	// -->
	
	<!--
	function idioma_rus()
	{
	  window.location.href='../language/russian/index_rus.php';
	}
	// -->
	
	<!--
	function home_esp()
	{
	  window.location.href='index.php';
	}
	// -->
	
	<!--
	function home_eng()
	{
	  window.location.href='index_eng.php';
	}
	// -->
	
	<!--
	function proximamente()
	{
	  window.location.href='proximamente.php';
	}
	// -->
	
	<!--
	function serv_new01()
	{
	  window.location.href='bodegas_nuevo.php';
	}
	// -->
	
	<!--
	function serv_new02()
	{
	  window.location.href='importadores_nuevo.php';
	}
	// -->
	
	<!--
	function privacidad()
	{
	  window.location.href='dl_privacidad.php';
	}
	// -->
	
	<!--
	function condiciones()
	{
	  window.location.href='dl_condiciones.php';
	}	
	// -->
	
	<!--
	function legal()
	{
	  window.location.href='dl_legal.php';
	}
	// -->
		
	<!-- 
    function open_url(strURL)
    {
      window.open("http://"+strURL);	
    }
	// -->
	
