function idGet(id) {
	if (typeof(document.getElementById) != "undefined") {
		return document.getElementById(id);
	} else {
		return document.all[id];
	}
}

function init() {
	getId = idGet('screen_log');
	depth = screen.colorDepth;
	width = screen.width;
	height = screen.height;
//	vars = '/images/Trans.GIF';
	vars = '/screen.php?depth=' + width + '*' + height + '*' + depth;
	getId.src = vars;
}
//window.onload = init;

function RWindow(URL,WD,HT) {
	window.open(URL,'counter','width=430,height=400,scrollbars=yes,resizable=0,status=no,menubar=0');
}
/*
function processKey() {
	if( event.keyCode == 108 || event.keyCode == 13 ) {
		event.keyCode = 0;
		event.cancelBubble = true;
		event.returnValue = false;
		window.location = "http://iiasuraii.byus.net/main.html";
	}
}
*/
// document.onkeydown = processKey; 

function up(obj) {
	obj.src = 'images/EnTeR_on.gif';
	return false;
}
function out(obj) {
	obj.src = 'images/EnTeR.gif';
	return false;
}

function counter() {
	window.open("/counter/status.php3","iiCOUNTii",'width=430,height=400,scrollbars=1');
}