// Fallback JavaScript for IE3, Nutscrape
// Check existence of all objects before referring them!

var newurl;
//alert ("Fallback: "+pass_js)
if (! pass_js) 
   {

//    function scrollup () {}
//    function get_firefox () {}


//  Correct some essential styles.
    document.writeln ('<STYLE type="text/css">');
    document.writeln ('DIV.nojscript {display: none}');
    document.writeln ('P.nocss {display: block; background: yellow}');
    document.writeln ('BODY,DIV#mainbox {background: #e4ddd7 none; color: black}')
    document.writeln ('<\/STYLE>') 

//  Skip intro
//     if (document.location.hash=='')
//        {
// //       Need ugly_browser to fool cache
// //       This is ugly
//          newurl=window.location.href+"?ugly_browser#top";
//          if (window.location.replace)
//             { 
//              window.location.replace(newurl) 
//             }
//          else
//             { 
//              window.location=newurl 
//             }
//         if (window.scrollBy) window.scrollBy(0,-35)
//        }

//  Provide stubs
//  This seems to confuse IE6
//    function scrollup () {}
//    function get_firefox () {}
   }

