/* ----- check browser version ------ modified 18 April 2006 ------ */

// check browser functionality 
if ( !document.getElementById)   // pre version 4 browsers
 { location.replace("problem.htm");   
 }
// 
