/**
* pops up terms and conditions window
*/
function showTerms()
{
	window.open("terms.html",null,"width=400,height=500,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no");
}

/**
* pops up policy window
*/
function showPolicy()
{
	window.open("pp.html",null,"width=500,height=350,scrollbars=yes,resizable=no,toolbar=no,menubar=no,directories=no");
}