// JavaScript Document
//var vble = $('sa');
var vble = document.getElementById('notalegal');
vble.onclick = function(){window.open('http://www.cima.es/legalnote_es.php','','scrollbars=yes,resizable=yes,width=600,height=500');}
