Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:33:05

0001 <html> 
0002  <!-- DO NOT ERASE 
0003 UF Analsis Viewer (v1.5) 
0004 Author : Ronny Remington, University of Florida 
0005 Inspired by technology developed by M.Schmitt, B. Scurlock, and R. Remington (UF) 
0006 Date : 02/12/09  -->
0007 <head> 
0008  <title> 
0009  
0010  </title> 
0011  <!--  <h3 align="center"> 
0012  blablabla<br>
0013    </h3> -->  
0014   <script type="text/javascript">    
0015  function ThumbnailPlot(plot) {              
0016  <!-- clear_l()-->                    
0017  document.getElementById("thumblink_l").href = plot     
0018  document.getElementById("thumb_l").src = plot          
0019  document.getElementById("thumb_l").width = " 700 "   
0020  document.getElementById("thumb_l").height = " 500 "    
0021  document.getElementById("thumb_l").border = "1"      
0022  }    
0023  function clear_l() {      
0024  document.getElementById("thumblink_l").href = "#"   
0025  document.getElementById("thumb_l").src = ""         
0026  document.getElementById("thumb_l").width = "0"      
0027  document.getElementById("thumb_l").height = "0"     
0028  document.getElementById("thumb_l").border = "0"     
0029  }     
0030 function ThumbnailNote(flag,id) { 
0031 if (flag=="1"){ 
0032 if( document.layers) document.all[''+id+''].visibility = "show" 
0033 else if ( document.all) document.all[''+id+''].visibility = "visible" 
0034 else if ( document.getElementById) document.getElementById(''+id+'').style.visibility = "visible" 
0035 }
0036   else 
0037  if( flag=="0"){ 
0038  if( document.layers) document.all[''+id+''].visibility = "hide" 
0039 else if ( document.all) document.all[''+id+''].visibility = "hidden" 
0040 else if ( document.getElementById) document.getElementById(''+id+'').style.visibility = "hidden" 
0041 } 
0042 } 
0043  function ClearNotes() { 
0044   } 
0045  </script>   
0046  <style type="text/css">   
0047  #thumb_gen {position: absolute; position: fixed; left: 720; top:120; text-align: center;}   
0048  #main_d {position: absolute; position: fixed; left: 10px;}    
0049 </style> 
0050 
0051 </head >  
0052   <body bgcolor="#ffffff" > 
0053  <br>
0054 <br>
0055