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