var newwindow;
function poprules(url)
{
	newwindow=window.open(url,'rules','height=300,width=400');
	if(window.focus){newwindow.focus()}
}

