﻿<!--
document.write(header);
//document.write(blankline);
// javascript
//document.write("<tr style='cursor:hand' class='txt' onclick='javascript:alert(\"You need at least \\n\\n    version 1.1\")'><td align=right>javascript:</td><td><b>");
//if(jsver>=1.1){ document.write(jsver + '</b></td>'+yes); }
//else{ document.write('Opera</b></td>'+no); }

// browser
document.write("<tr style='cursor:hand' class='txt' onclick='javascript:alert(\"You need \\n\\nMicrosoft Internet Explorer\")'><td align=right>browser:</td><td><b>");
if (MSIE) document.write('Microsoft Internet Explorer</b></td>'+yes);
if (Nav) {
    if (Firefox)
        document.write('Mozilla Firefox</b></td>'+yes);
    else if (Safari)
        document.write('Safari</b></td>'+yes);
    else
        document.write('Mozilla</b></td>'+yes);
}
if (Opera) document.write('Opera</b></td>'+no);

// version
document.write("<tr style='cursor:hand' class='txt' onclick='javascript:alert(\"You need at least \\n\\nversion 4 or above\")'><td align=right>version:</td><td><b>"+version);
if(Math.floor(version)==version){ document.write('.0'); }
document.write('</td>');
if (MSIE && version<4) { document.write("<td><img src='images/no.gif' alt='You need at least version 4 or above.'></td><td></tr>"); }
else if ( (Nav || Safari || Firefox) && version<1 ) {
    document.write("<tr style='cursor:hand' class='txt' " +  
               "onclick='javascript:alert(\"You need at least \\n\\nversion 1 or above\")'>" + 
               "<td align=right>version:</td><td><b>"+version);
    if(Math.floor(version)==version){ document.write('.0'); }
    document.write('</td>');
    document.write("<td><img src='images/no.gif' alt='You need at least version 1 or above.'></td><td></tr>"); 
}
else if (Opera) { document.write("<td><img src='images/no.gif' alt='You need at least version 5 or above.'></td><td></tr>"); }
else { document.write(yes); }

// dhtml javascript
//document.write("<tr style='cursor:hand' class='txt' onclick='javascript:alert(\"You need either \\n\\nWindows or Macintosh\")'><td align=right>dhtml javascript: </td><td><b>");
//if(MSIE4) document.write('IE 4.0 compatible'+yes);
//if(Nav4) document.write('Navigator 4.0 compatible'+'</b></td>'+yes);
//if(!MSIE4 && !Nav4) document.write('None'+'</b></td>'+no);

// platform
document.write("<tr style='cursor:hand' class='txt' onclick='javascript:alert(\"You need either \\n\\nWindows or Macintosh\")'><td align=right>platform: </td><td><b>");
if(Win) document.write('Windows</b></td>'+yes);
if(Mac) document.write('Macintosh</b></td>'+yes);
if(OS2) document.write('OS/2</b></td>'+no);
if(Linux) document.write('Linux</b></td>'+no);
if(Other) document.write('Unrecognized</b></td>+no');


// display: size
document.write("<tr style='cursor:hand' class='txt' onclick='javascript:alert(\"You need at least \\n\\n     800 x 600\")'><td align=right>display size: </td><td><b>"+width + " x " + height+"</b></td>");
if(width<800) document.write(no);
else document.write(yes);

// display: colour depth
//document.write("<tr style='cursor:hand' class='txt' onclick='javascript:alert(\"You need at least \\n\\n         256\")'><td align=right>display colour depth:</td><td><b>"+colors+"</b></td>");
//if((colors < 8) || (colorpix < 8)){ document.write(no); }
//else{ document.write(yes); }

// real player
//document.write("<tr style='cursor:hand' class='txt' onclick='javascript:alert(\"You need at least \\n\\n RealPlayer G2\")'><td align=right>real player:</td><td><b>"+RealP+"</b></td>");
//if(RealP=="not installed.") {document.write(realFailure);}
//else{ document.write(yes); }

// windows media player
document.write("<tr style='cursor:hand' class='txt' onclick='javascript:alert(\"You need at least \\n\\nversion 6.4 or higher\")'><td align=right>windows media player:</td><td><b>"+MediaP+"</b></td>");
if(MediaP=="not installed."){ document.write(wmpFailure); }
else{ document.write(yes); }

// cookies
//document.write("<tr style='cursor:hand' class='txt' onclick='javascript:alert(\"You need cookies \\n\\n       enabled\")'><td align=right>cookies:</td><td><b>"+CookieT+"</b></td>");
//if(CookieT=="Please enable cookies."){ document.write(no); }
//if(CookieT=="Cookies are enabled."){ document.write(yes); }
//else{ document.write(no); }

document.write(footer);
// -->
