$(function(){

	$(".showHotmail").bind('click', function(){
		modal.showElement("#formHotmail");
	});

	//popup permisos msn
	$('#formHotmail a img#aceptarHot').click(function(){
		window.open( "/tvh/getMSNConsent.html", "Iniciar_sesion", "toolbar=0,location=0,scrollbars=1,directories=0,status=0,menubar=0,resizable=1,width=900,height=600,left="+(screen.width-900)/2+",top="+(screen.height-600)/2 );
	});

	$("#formHotmail img.form_cerrar").click( function(){
		modal.hide();
	});


});


function listacontactosMSN(xml){
	modal.showElement("#formContactos");
	parseContactsXml(xml);
}

function ocurrioerror(){
	modal.showElement("#error");
}

