function testnav(){
/*window.alert(typeof(document.body.style.maxHeight));*/
     if ( typeof(document.body.style.maxHeight) == "undefined") {
                 // IE 7, mozilla, safari, opera 9
                    parent.location.href = "no_ie6.php";  
    } 
}
