<!--
  var goURL
  
  function goURL(estaURL) {
parent.location.href=estaURL;
}
function goURL2(estaURL) {
OpenWin = this.open(estaURL, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,status=no,width=400,height=400,top=0,left=0");
}
function fullScreen(theURL) {
window.open(theURL, '', 'fullscreen=no, scrollbars=no, titlebar=yes, resizable=yes,width=400,height=400,top=0,left=0');
}


// -->
