	function bgResize() {
		var img = document.getElementById('KA2BG');
		if (document.layers) var browseHeight=window.outerHeight;
		if (document.all) var browseHeight=document.body.clientHeight;
		img.height = browseHeight - 10;
	}

	function Timeout( seconds ) {
		window.setTimeout('document.location.reload();', seconds * 1000);
	}
	
	function gotoLogin( MOD ) {
		var o=document.getElementById('Login');
		if( o ) {
			o.focus();o.style.border='2 solid';
			o.value='';
		} else {
			reLocate('/?MOD='+MOD+'&Screen=/modules/subscriber_login.php');
		}
	}
	
	function reLocate( s ) {
		document.location = s;
	}
