function popUpTerms()
{
	var url = location.protocol+'//'+location.host+'/terms';
	var newwindow;
	newwindow=window.open(url,'name','height=500,width=500,scrollbars=yes,resizable=yes,left=200,top=200');
	if (window.focus) {newwindow.focus()}
}