function testnav(){
/*window.alert(typeof(document.body.style.maxHeight));*/
     if ( typeof(document.body.style.maxHeight) == "undefined") {
                    parent.location.href = "no_ie6.php";  
    } 
}