<!--

function copy()
{
	newWindow = window.open("terms_use.htm","subWind","statusbar,scrollbars,height=500,width=450");
	newWindow.focus();
}

//-->
