/* === problem  ====== modified 12 May 2009 ==========  */
//Copyright  2005 Graf Web Design. All rights reserved
//
// check browser functionality 
var w3c=document.getElementById?1:0;       
if (!w3c){location.replace("problem.htm")};   //pre v5 browsers 
//
// -------------------------------
// cover over counter on Home page
var covering=true;   // global
 function stats()
   { var pnt=(covering==true)?"1":"3";
     document.getElementById("cntTop").style.zIndex=pnt;
     covering=(covering==true)?false:true;   
   }
// ---------------