function openwindow(url) {
	newwindow=window.open(url,'terms','height=625,width=400,scrollbars=yes, top=70,left=50,screenX=50,screenY=70');
	if (window.focus) {newwindow.focus()}
	return false;
}