var newwindow;
	function radiopop(url)
	{
		newwindow=window.open(url,'name','height=175,width=400,location=no,toolbar=no,status=no,menubar=no,resizable=no');
		if (window.focus) {newwindow.focus()}
	}
	
var newwindow;
	function termspop(url)
	{
		newwindow=window.open(url,'name','height=525,width=400,directories=no,location=no,toolbar=no,status=no,menubar=no,resizable=no,scrollbars=yes,titlebar=no');
		if (window.focus) {newwindow.focus()}
	}