function privacy() {
	newwindow=window.open('./legal/privacy.html','name','scrollbars=yes,toolbar=no,menubar=no,status=no,height=550,width=550');
	if (window.focus) {newwindow.focus()}
	return false;
}

function terms() {
	newwindow=window.open('./legal/terms.html','name','scrollbars=yes,toolbar=no,menubar=no,status=no,height=550,width=550');
	if (window.focus) {newwindow.focus()}
	return false;
}

function rulesandregs() {
	newwindow=window.open('./legal/rules.html','name','scrollbars=yes,toolbar=no,menubar=no,status=no,height=550,width=550');
	if (window.focus) {newwindow.focus()}
	return false;
}

function promo15for12() {
	newwindow=window.open('./promo15412.html','name','scrollbars=yes,toolbar=no,menubar=no,status=no,height=555,width=550');
	if (window.focus) {newwindow.focus()}
	return false;
}