function RedirectNow()
{
	var NS4 = (document.layers) ? 1 : 0; 
	var objform;
	if (NS4) { objform = document.steptwo; }
	else { objform = document.steptwo; }
	objform.submit();
}

