
function showRules(lang) {
	newwindow=window.open('/rules.php?lang='+lang,'Rules','height=500,width=700,scrollbars=1');
	if (window.focus) {
		newwindow.focus()
		}
	return false;
	}