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