    window.onresize = Display_W3C;

    NAV = "NN";

var agt = navigator.userAgent.toLowerCase();
     if (agt.indexOf("msie")    != -1) NAV =  'IE';
else if (agt.indexOf("firefox") != -1) NAV =  'FF';
else if (agt.indexOf("chrome")  != -1) NAV =  'GC';
else if (agt.indexOf("safari")  != -1) NAV =  'SF';
else if (agt.indexOf("opera")   != -1) NAV =  'OP';



function W3C(H,h,c,C) {
/*
  var S = "CSS Valide 2.1";
  var A = "x"+h+"-"+c+"";
  var M = "css-"+c+"";
  
  var T = "Valid XHTML 1.1";

    if (!C) var C = "#EFF";
//  if (!C) var C = "#F00";

    document.getElementById('W4').innerHTML = '' +

    '  ' +
    ' <form id="frm" action=""> ' +
    ' <table id="W3" class="T16 psR dpB flR"><tr class="W00"> ' +
//    ' <td class="LRA" style="width:240px; border:solid '+C+' 1px;"> <input readonly="readonly" name="BX" value="TEST BOX" size="30" style="width:300px;"></input> </td>  ' +
    ' <td class="LRA" style="width:240px; border:solid '+C+' 1px;"> &nbsp; </td>  ' +
    ' <td class="LRA" style="width:100px; border:solid '+C+' 1px;"><a class="vaM taC" href="http://jigsaw.w3.org/css-validator/check/referer"> <img class="dpB W3C ffA F08 vaM taC" src="img/w3c/'+M+'.gif" alt="'+S+'"></img></a></td>  ' +
    ' <td class="LRA" style="width:120px; border:solid '+C+' 1px;"><a class="vaM taC" href="http://validator.w3.org/check?uri=referer">        <img class="dpB W3C ffA F08 vaM taC" src="img/w3c/'+A+'.png" alt="'+T+'"></img></a></td>  ' +
    ' </tr></table></form> ';
    
    Display_W3C(H);
*/
    }
    
    
function Display_W3C() {
/*

     //if (!H) var H = 800;

    var N;

     if (NAV != "IE") N = window.innerHeight;
else if (NAV == "IE") N = document.documentElement.clientHeight;


if (N < 800) document.getElementById("W4").style.display = 'none';
else         document.getElementById("W4").style.display = 'block';

if (document.getElementById("frm") && document.getElementById("frm").BX) document.getElementById("frm").BX.value = N;
*/
    }


    

/*

<table style="width:100%; border-collapse:collapse; position: absolute; left:0px; top:772px;">
<tr>
<td></td>
<td style="width:100px;"><p style="text-align:center;"><a href="http://jigsaw.w3.org/css-validator/check/referer"> <img class="W3C" src="img/w3c/vcss-o.gif" alt="CSS Valide 2.1 "></img></a></p></td>
<td style="width:100px;"><p style="text-align:center;"><a href="http://validator.w3.org/check?uri=referer">        <img class="W3C" src="img/w3c/x_11-o.png" alt="Valid XHTML 1.1"></img></a></p></td>
</tr>
</table>

if (agt.indexOf("staroffice")  != -1) NAV =  'Star Office';
if (agt.indexOf("msie")        != -1) NAV =  'Internet Explorer';
if (agt.indexOf("netscape")    != -1) NAV =  'Netscape';
if (agt.indexOf("mozilla/5.0") != -1) NAV =  'Mozilla';

IE:  Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
FF:  Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7
GC:  Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.38 Safari/532.0
SF:  Mozilla/5.0 (Windows; U; Windows NT 6.1; fr-FR) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10
OP:  Opera/9.80 (Windows NT 6.1; U; fr) Presto/2.2.15 Version/10.10

var PLF = navigator.platform;
     if (plf.indexOf("Win")     != -1) PLT = "Win";
else if (plf.indexOf("Mac")     != -1) PLT = "Mac";
*/








