// === all scripts  ===  modified 26 January 2006  =====
//
// check browser functionality 
if ( !document.getElementById)   // pre version 4 browsers
 { location.replace("problem.htm");   
 }
// ----------
