	var file = '/screencolor.asp';
	w=screen.width; h=screen.height;  
	v=navigator.appName; 
	
	if (v != 'Netscape') {c=screen.colorDepth;}
	else {c=screen.pixelDepth;}
	j=navigator.javaEnabled();
		
	info='w=' + w + '&h=' + h + '&c=' + c;
			
	document.write('<img src="' + file + '?'+info+'" width=1 height=1 border=0>');
   
