<!--                                                                            
screenwidth=screen.width                                                        
screenheight=screen.height                                                      
scrsz=screenwidth+"X"+screenheight                                              
window.onerror = null                                                           
   var Whatbr=(navigator.appName)                                               
   var Whatver=(navigator.appVersion)                                           
   document.cookie="BROWSER="+Whatbr                                            
ns=window.navigator.appName=="Netscape"                                         
ie=window.navigator.appName=="Microsoft Internet Explorer"                      
scrsz = scrsz + " " + Whatbr + " " + Whatver                                    
                                                                                
function openIt(x) {                                                            
if(ns) {                                                                        
   showbox= document.layers[x+1]                                                
     showbox.visibility = "show"                                                
//     showbox.top=44                                                           
    var items = 17                                                              
     for (i=1; i<=items; i++) {                                                 
      elopen=document.layers[i]                                                 
        if ((elopen.visibility = "show")&&(elopen != showbox)) {                
          elopen.visibility = "hide" }                                          
            }                                                                   
  }                                                                             
                                                                                
if(ie) {                                                                        
   curEl = event.toElement                                                      
// curEl.style.background = "yellow"                                            
                                                                                
   showBox = document.all.box[x];                                               
     showBox.style.visibility = "visible";                                      
//      showBox.style.top = 46;                                                 
                                                                                
   var items = 17                                                               
    for (i=0; i<items; i++) {                                                   
      elOpen=document.all.box[i]                                                
        if ((elOpen.style.visibility == "visible")&&(elOpen != showBox)){       
          elOpen.style.visibility = "hidden" }                                  
                                                                                
    barEl=document.all.mnubar[i]                                                
//      if (i != x){ barEl.style.background = "red" }                           
      }                                                                         
   }                                                                            
}                                                                               
                                                                                
function closeIt() {                                                            
   var items = 17                                                               
     for (i=0; i<items; i++) {                                                  
       if(ie){                                                                  
        document.all.box[i].style.visibility = "hidden"                         
          barEl=document.all.mnubar[i]                                          
//         barEl.style.background = "red"                                       
       }                                                                        
       if(ns){ document.layers[i+1].visibility = "hide"}                        
}                                                                               
}                                                                               
                                                                                
                                                                                
   function getselect(form) {                                                   
   var selyr = (document.forms[0].SESSYR.options[document.forms[0]              
.SESSYR.selectedIndex].value)                                                   
                                                                                
}                                                                               
function setquery(cqry) {                                                       
  if (cqry) {                                                                   
    if (cqry=="LAWS") {                                                         
      passarea =""                                                              
      passarea = "MENUGETF.cgi?" +                                              
      "COMMONQUERY=LAWS" +                                                      
//    "+&SCRSZ=" + scrsz                                                        
      "+&TARGET=VIEW";                                                          
      //alert(passarea);                                                        
                                                                                
      document.location.href = "MENUGETF.cgi?" +                                
      "COMMONQUERY=LAWS" +                                                      
//    "+&SCRSZ=" + scrsz                                                        
      "+&TARGET=VIEW";                                                          
      return;                                                                   
     }                                                                          
   }                                                                            
                                                                                
   document.forms[0].COMMONQUERY.value=cqry                                     
   document.forms[0].SCRSZ.value=scrsz                                          
// document.forms[0].TOKEN.value=TOKEN                                          
   document.forms[0].submit()                                                   
}                                                                               
function logon(){                                                               
 window.top.location.href="/racfappl.html"                                      
}                                                                               
                                                                                
// 07/29/2007 DeeJay Shepard                                                    
// added new functions for Legislative Forms.                                   
function scfmwin() {                                                            
var options, ur;                                                                
ur = "webcics.cgi?SCFMO:SCFMINIT";                                              
var scfmwin = window.open(ur,"scfmwin","");                                     
scfmwin.focus();                                                                
return; }                                                                       
                                                                                
function sclfwin() {                                                            
var options, ur;                                                                
ur = "webcics.cgi?SCLFO:SCLFINIT";                                              
var sclfwin = window.open(ur,"sclfwin","");                                     
sclfwin.focus();                                                                
return; }                                                                       
// -->                                                                          

