
function openTOS()
{
	window.open("tos.php","tos","width=500,height=450");
}

function openSmallWindow(url,name)
{
	window.open(url,name,"width=400,height=300,scrollbars,resizable");
}

