// JavaScript Document
function moveLiveChat(opt)
	{
		var temp;
		if(opt==1)
			temp=document.getElementById("imglivechat").className="livechat2";
		else
			temp=document.getElementById("imglivechat").className="livechat";
	}
	function closeChat()
	{
		
		 
		 var d = document.getElementById('chatwindow');
		 
		 var olddiv = document.getElementById('closechat');
		  d.removeChild(olddiv);
		  var olddiv = document.getElementById('framechat');
		  d.removeChild(olddiv);
		   var olddiv = document.getElementById('emailc');
		  d.removeChild(olddiv);

		return;
	}
	
	
	
	function showChatDataCenter()
	{
		/*var temp;
		temp = document.getElementById("chatwindow").style.visibility="visible";
		return;*/
		
	  var ni = document.getElementById('chatwindow');
	 
	 var newdiv = document.createElement('div');	  
	  var divIdName = 'closechat';
	  newdiv.setAttribute('id',divIdName);
	  newdiv.innerHTML = '<a href="#" onClick="closeChat();"><img src="img/cross.png" width="12" height="12" alt="close" align="right" border="0"/></a> ';
	  ni.appendChild(newdiv);
	  
	  var newdiv = document.createElement('iframe');	  
	  
	  newdiv.style.width = 150+"px";
   newdiv.style.height = 250+"px"; 
	 /*newdiv.setAttribute('src', "http://www.google.com/talk/service/badge/Start?tk=z01q6amlq9ecplveus8a170fras1r1ncvql7qihpu3qohuctl1fdrth1fus0b8cnaik6jlh80q1ccllb3145440cfik14jj2hpdmp4olvsnm386bf0nli7naj50shtpmbpmrm4mdgma5gsbshktvsfaes0cl52otb09dtltlefphshv5h150ugiolafs71lbgfo");*/
	
newdiv.setAttribute('src', "http://www.google.com/talk/service/badge/Start?tk=z01q6amlq6olsg0n6s39f6075i4267mj2huo9l1527ltf5k0k674fk3sjkqjjl3uhpq1dm0qtkost6252h9nqsol9lknr9e2b6h2399rul4jc3od9ro9cj4bp25dnvs3ojrbooprniovmcues3e4gkgju5d547kj1fpcg58m7h83d7np3acbhbspe1qk50k8dgc");

	  newdiv.setAttribute('border', "0");
	    newdiv.setAttribute('scrolling', "no");
		newdiv.setAttribute('frameborder', "0");
		newdiv.setAttribute('id', "framechat");
	  
	 
	  ni.appendChild(newdiv);
	  
	}
	
	function showChat()
	{
		/*var temp;
		temp = document.getElementById("chatwindow").style.visibility="visible";
		return;*/
		
	  var ni = document.getElementById('chatwindow');
	 
	 var newdiv = document.createElement('div');	  
	  var divIdName = 'closechat';
	  newdiv.setAttribute('id',divIdName);
	  newdiv.innerHTML = '<a href="#" onClick="closeChat();"><img src="img/cross.png" width="12" height="12" alt="close" align="right" border="0"/></a> ';
	  
	  ni.appendChild(newdiv);
	  
	  var newdiv = document.createElement('iframe');	  
	  
	  newdiv.style.width = 150+"px";
   newdiv.style.height = 250+"px"; 
	 /*ccruz
	 newdiv.setAttribute('src', "http://www.google.com/talk/service/badge/Start?tk=z01q6amlq9ecplveus8a170fras1r1ncvql7qihpu3qohuctl1fdrth1fus0b8cnaik6jlh80q1ccllb3145440cfik14jj2hpdmp4olvsnm386bf0nli7naj50shtpmbpmrm4mdgma5gsbshktvsfaes0cl52otb09dtltlefphshv5h150ugiolafs71lbgfo");*/
	/* acorreia
newdiv.setAttribute('src', "http://www.google.com/talk/service/badge/Start?tk=z01q6amlq5tig1i84lt1giv087lgnlt865pbakhb55pq0vlv9bbg9ukdhb8a8utqn2qlm268g3kq6qibomd6eo21r8ko29sv9nlf2quij3pa55rhpajquqtf9fn9cagpu0tshs94oerfg2a6f2f2916ut1n9r3mmg991vis009hf8vc2mkbk8jatp0ipfd3atu0");
*/

newdiv.setAttribute('src', "http://www.google.com/talk/service/badge/Start?tk=z01q6amlqv3fmpvcktgj7ppstpv0kfe26v6e9r6d4lpisk1657hlmvu55tcbk5kd3dal3c8i37jnppqsvg6kt05j9ja028jpu5jpt292ijd4khfrh2150fppftq903vbfvq4l2rj8lkamrv5ij0arhikj26leoh3dmdna622hs0mlg4ui6sdbq8643k5b1ha5as");
	  newdiv.setAttribute('border', "0");
	    newdiv.setAttribute('scrolling', "no");
		newdiv.setAttribute('frameborder', "0");
		newdiv.setAttribute('id', "framechat");
	  
	 
	  ni.appendChild(newdiv);
	  
	  var newdiv = document.createElement('div');	  
	  var divIdName = 'emailc';
	  newdiv.setAttribute('id',divIdName);
	  newdiv.innerHTML = '&nbsp;&nbsp;<a href="contacto.html">Enviar email</a> ';
	  ni.appendChild(newdiv);
	//  searchAvTxt();
	  
	}
	
/*	function searchAvTxt()
	{
		    
		var txt = document.getElementById('chatwindow').innerHTML;
		if (txt.indexOf('available ') != -1) 
			alert ('encontrado');
		else
			alert ('no encontrado');
	}*/
	
	function showChatys()
	{
		/*var temp;
		temp = document.getElementById("chatwindow").style.visibility="visible";
		return;*/
		
	  var ni = document.getElementById('chatwindow');
	 
	 var newdiv = document.createElement('div');	  
	  var divIdName = 'closechat';
	  newdiv.setAttribute('id',divIdName);
	  newdiv.innerHTML = '<a href="#" onClick="closeChat();"><img src="img/cross.png" width="12" height="12" alt="close" align="right" border="0"/></a> ';
	  ni.appendChild(newdiv);
	  
	  var newdiv = document.createElement('iframe');	  
	  
	  newdiv.style.width = 150+"px";
   newdiv.style.height = 250+"px"; 
	 /*newdiv.setAttribute('src', "http://www.google.com/talk/service/badge/Start?tk=z01q6amlq9ecplveus8a170fras1r1ncvql7qihpu3qohuctl1fdrth1fus0b8cnaik6jlh80q1ccllb3145440cfik14jj2hpdmp4olvsnm386bf0nli7naj50shtpmbpmrm4mdgma5gsbshktvsfaes0cl52otb09dtltlefphshv5h150ugiolafs71lbgfo");*/
	
newdiv.setAttribute('src', "http://www.google.com/talk/service/badge/Start?tk=z01q6amlq0j6chr4s0kntpsedh4kt1f9a2vjp8emjpson2mrb8jpasj09vcpcfatd3la8fi5mrp8s23i7oskhssko6hn5ggfvqjj28afv4s48i3aiquv2cpai9co66bv3jf1414i8uh9kl6chu6ia545ipv3l96gtrhtc22b0k79q3leahvp1ebcc8h8bb8vvoo");

	  newdiv.setAttribute('border', "0");
	    newdiv.setAttribute('scrolling', "no");
		newdiv.setAttribute('frameborder', "0");
		newdiv.setAttribute('id', "framechat");
	  
	 
	  ni.appendChild(newdiv);
	  
	}
