function v(id){return document.getElementById(id).value;}
function setv(id,v){document.getElementById(id).value=v}
function msg(ant,v,m){return (v.length<1)?m:ant;}
function valM(ant,id,m){return (!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(v(id)))?m:'';}
function envia_contacto_encabezado(){
	nombrev = document.getElementById('nombre_enc').value.replace(/^\s*|\s*$/g,'');
	mailv = document.getElementById('mail_enc').value.replace(/^\s*|\s*$/g,'');
	telefonov = document.getElementById('telefono_enc').value.replace(/^\s*|\s*$/g,'');
	comentariov = document.getElementById('comentario_enc').value.replace(/^\s*|\s*$/g,'');
	var m='';
	m=msg(m,comentariov,'Complete por favor su comentario');
	m=msg(m,telefonov,'Complete por favor su telefono');
	m=valM(m,'mail_enc','Direcion de mail invalida');
	m=msg(m,mailv,'Complete por favor su mail');
	m=msg(m,nombrev,'Complete por favor su nombre');
	if(m.length<1){
		$('#formulario_contacto_enc').css('display','none');
		$('#enviando_enc').css('display','');
		setv('comentario_enc','');
		$('#mensaje_enc').html(' ');
		$.ajax({url: '/includes/formulario_contacto.php?envia=1&nombre='+nombrev+'&mail='+mailv+'&telefono='+telefonov+'&comentario='+comentariov,success: function(data){$('#texto_enviando_enc').html(data);}
});
	}else{
		$('#mensaje_enc').html(m);
	}
}
function lim_f_recomienda(){
	if($('#form_recomienda').css('display')!='none'){
		setTimeout("lim_f_recomienda()",700);
	}else{
		$('#formulario_recomienda').css('display','');
		$('#enviando_recomienda').css('display','none');
		$('#texto_enviando_recomienda').html('Enviando Mensaje...<br /><img src=\'img/loading.gif\' />');
		$('#mensaje_recomienda').html(' ');
	}
}
function lim_f_con(){
	if($('#form_oculto').css('display')!='none'){
		setTimeout("lim_f_con()",700);
	}else{
		$('#formulario_contacto_enc').css('display','');
		$('#enviando_enc').css('display','none');
		$('#texto_enviando_enc').html('Enviando Mensaje...<br /><img src=\'img/loading.gif\' />');
		$('#mensaje_enc').html(' ');
	}
}


function creaRepro(){
 if(document.getElementById('repro')){
	 var embed = document.createElement('embed');
	 embed.setAttribute('width','416');
	 embed.setAttribute('height','330');
	 embed.setAttribute('allowscriptaccess','always');
	 embed.setAttribute('allowfullscreen','true');
	 embed.setAttribute('wmode','opaque');
	 embed.setAttribute('type','application/x-shockwave-flash');
	 embed.setAttribute('src','http://cdn.livestream.com/chromelessPlayer/examples/jwplayer/players/player.swf?type=livestream&file=amrestauracion&amp;livestream.devkey=rnkaj9np43gQh1HstRBHy14QA1apwCkYkURPzE6KtvaxLmlYeQZMT57hNHXEAXeGq9JJXrVF2DMVGcZsZA36U-f0xX2CBBckvexaDwJV2aQ&autostart=1');
	 document.getElementById('repro').innerHTML='';
	 document.getElementById('repro').appendChild(embed);
 }else{
	 setTimeout("creaRepro()",200);
 }
}
function liveStream(){
	if(document.getElementById('fb-root2')){
		document.getElementById('fb-root2').innerHTML='<fb:live-stream event_app_id="145594602171189" width="415" height="230" always_post_to_friends="true"></fb:live-stream>';
	}else{
		setTimeout("liveStream()",200);
	}
}
function marquesina(){
	if(document.getElementById('marquesina')){
		document.getElementById('marquesina').innerHTML='<marquee scrolldelay="5" scrollamount="2" style="border:0px solid">Llamanos [54](011)4293-9904 o escribinos a restaurandote@hotmail.com</marquee>';
	}else{
		setTimeout("liveStream()",200);
	}
}
function createFlashMarkup(){
	creaRepro();
	//liveStream();
	marquesina();
}

