// JavaScript Document

function openNewWindow1(args)
	{
		window.open('terms.html', '_blank', 'width=450,height=550,scrollbars=yes');
	}
		function openNewWindow2(args)
	{
		window.open('rules.html', '_blank', 'width=450,height=550,scrollbars=yes');
	}