// ----------------------------------------------------------------
//    Copyright e-point.S.A.
// ----------------------------------------------------------------

function goNext( thisForm , thisAction ) {
	thisForm = eval( thisForm );
	thisForm.action = thisAction;
	thisForm.submit();
}
