
<!-- Begin

var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'window','height=300,width=300,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}

function open_TermsOfService() {
poptastic('/about/tos.php');
}

function open_Security() {
poptastic('/about/security.php');
}

function open_WhatsNew() {
poptastic('/about/new.php');
}

function open_Credits() {
poptastic('/about/credits.php');
}


// End -->

