function goJoin(URL) { window.location = URL; }

function goOpen(URL,TITULO) {
 var especificaciones="top=0, left=0, toolbar=yes,location=no, status=yes,menubar=yes,scrollbars=yes, resizable=yes, width=800,height=600"
 window.open(URL,TITULO,especificaciones); 
}
