function MM_openBrWindow(theURL,winName,features) { //v2.0
	config="toolbar=no,scrollbars=no,resizable=no,menubar=no,status=no,directories=no,location=no,x=0,y=0,"+features;
	window.open(theURL,'RallyRacing',config);
}

function show(id) { document.getElementById(id).style.display = 'block'; }
function hide(id) { document.getElementById(id).style.display = 'none'; }