// JavaScript Document

////////////Función Para Abrir Ventana Grande/////////////////////

function abrir_ventana_eval(url)
{
newWindowgde = window.open(url,"subWind",
"status,height=550,width=500,top=50,left=50,scrollbars=yes");
newWindowgde.focus( );
};

function abrir_foto(url)
{
newWindowgde = window.open(url,"subWind",
"status,height=600,width=600,top=50,left=50,scrollbars=yes");
newWindowgde.focus( );
};

//////////////Imprimir Información//////////////////

function imprimir_info() 
{
window.print();
}
////////////////Cerrar Ventana////////////////////

function cerrar_popup() 
{
window.opener.location.reload();
window.close();
}


////////////////////////////Alerta//////////////////7
function alerta_borrado($mensaje,$url)
{
if (confirm($mensaje)) 
{window.location.href = $url; }
};

////////////Función Para Abrir Ventana/////////////////////

function abrir_ventana_1(url)
{
newWindow1 = window.open(url,"subWind",
"status,height=380,width=380,top=150,left=250,scrollbars=yes");
newWindow1.focus( );
};


////////////Función Para Abrir Ventana Grande/////////////////////

function abrir_ventana_gde(url)
{
newWindowgde = window.open(url,"subWind",
"status,height=550,width=500,top=50,left=50,scrollbars=yes");
newWindowgde.focus( );
};

////////////Función Para Abrir Ventana Grande/////////////////////

function abrir_ventana_muy_gde(url)
{
newWindowmuygde = window.open(url,"subWind",
"status,height=600,width=800,top=50,left=50,scrollbars=yes");
newWindowmuygde.focus( );
};
//////////////////////Funcion Para Validar Reporte/////////////////////////////

function validar_llamada(){
	
	var $activar_mensaje;
	var $mensaje1="";
	var $mensaje2="";
	var $mensaje3="";
	var $mensaje4="";
	var $mensaje5="";
	var $mensaje6="";
	var $mensaje7="";
	var $mensaje8="";
	var $mensaje9="";
	var $mensaje10="";
	var $mensaje11="";
	var $mensaje12="";
	var $mensaje13="";
	var $mensaje14="";
	var $mensaje15="";
	var $mensaje16="";
	var $mensaje17="";
	var $mensaje18="";
	var $mensaje19="";
	var $mensaje20="";
	var $mensaje21="";
	

	

if(document.form1.nombre.value==""){$mensaje1='Por favor escriba el nombre\n'; $activar_mensaje='si';};

if(document.form1.asunto.value==""){$mensaje2='Por favor escriba el asunto\n'; $activar_mensaje='si';};

if(document.form1.cotizacion.value=="null"){$mensaje3='Por seleccione si se solicito cotización\n'; $activar_mensaje='si';};


if(document.form1.cotizacion.value=="Si"){
//if(document.form1.no_referencia.value==""){$mensaje4='Por escriba el No. de Referencia\n'; $activar_mensaje='si';};	
};


if($activar_mensaje=='si'){
	alert($mensaje1+$mensaje2+$mensaje3+$mensaje4+$mensaje5+$mensaje6+$mensaje7+$mensaje8+$mensaje9+$mensaje10+$mensaje11+$mensaje12+$mensaje13+$mensaje14+$mensaje15+$mensaje16+$mensaje17+$mensaje18+$mensaje19+$mensaje20+$mensaje21);
	return false;
};


};









/////////////////////////////////////////////////////////////////////////////////////
////////////////////////////// Terminan Seguimiento Llamadas//////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////////////////7

