function show_tr()
{
window.open('img/cvtreal.jpg','treal');
}

function loadsite()
{
self.scrollTo(0,800);
document.getElementById('bottom_a').focus();
window.open('encuesta.php?ref=<?php echo $ref; ?>','encuesta','width=730,height=620,scrollbars=yes,resizable=yes,top=10,left=12');
self.focus(); 
}