<!--
	document.writeln("<tr class='fontregular' bgColor='#ffffff'>");
	document.writeln("<td>Total Screen size </td>");
	document.writeln("<td>", screen.width, " x ", screen.height, "</td></tr>");
	document.writeln("<tr class='fontregular' bgColor='#ffffff'>");
	document.writeln("<td>Available Screen size </td>");
	document.writeln("<td>", screen.availWidth, " x ", screen.availHeight, "</td></tr>");
	document.writeln("<tr class='fontregular' bgColor='#ffffff'>");
	document.writeln("<td>Color depth </td>");
    document.writeln("<td>", screen.colorDepth, "</td>");
	document.writeln("</tr>");
//-->