// JavaScript Document for The Gearing
function go(theQ) {
	location = '<?=$_SERVER["PHP_SELF"]?>' + theQ
}

function ReloadOnResize() {
	if( document.layers ) {
		if( 4.5 <= parseFloat(navigator.appVersion)) {
			document.location.reload(false);
			}
		}
	}
