function animacion(direccion,ancho,alto)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+ancho+'" height="'+alto+'">');
	document.write('<param name="movie" value="'+direccion+'" /><param name="quality" value="high" /><embed src="'+direccion+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+ancho+'" height="'+alto+'"></embed></object>');
}

function MM_openBrWindow(theURL,winName,features) { //v2.1
var ventanaimagen=window.open(theURL,winName,features);
ventanaimagen.focus();
}

function openOnePageUI(code) {
  var URLStr = "https://crs.univisit.com/OnePageCrs/OnePageUI.aspx?Code=";
  var ie = document.all;
  if (ie){                                           var width  = window.screen.width-9;
           var height = window.screen.height-65;
           var popUpWin=0;
 }else{
           var width  = window.screen.width;
           var height = window.screen.height;
           var popUpWin=0;
  }
        if(popUpWin){
          if(!popUpWin.closed)
                  popUpWin.close();
  }
    popUpWin = open(URLStr + code, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left=0, top=0');
} 
