var escondido=false;
var hilochat=null;
var bottonInactivo=true;
var contenido="";
var ShChat=false;

function CargarChat(){
	try{
		ShChat=true;
		//show_LiveChatFrame();
		window.document.getElementById('LiveChatFrame').style.display="";
		window.document.getElementById('LiveChatFrame').src="/angelitos/angelitos/registroChat.php";
		ShChat=false;
	}
	catch(e){
	}
}


function closeSession(){
	ajax.post("/system/capaControl/cntrl_usuarios.php", procN, "modo=cerrar_session");
}
function procN(){
}

function cerrarVentana(){
	document.getElementById("LiveChatFrame").style.display="none";
	closeSession();
}

function maximizarVentana(id){
	if(id!=-1){
		document.getElementById("LiveChatFrame").style.height="280px";
	}
}

function minimizarVentana(id){
	if(id!=-1){
		document.getElementById("LiveChatFrame").style.height="26px";
	}
}