function processForm2() {
	jQuery('#hiddenForm').removeAttr('tagert');
	//jQuery('#hiddenForm').attr('tagert','_new');
	jQuery('#hiddenForm').submit();
	//function newPage() { jQuery(window.location).attr('href', '?view=finishPage'); }
	setTimeout ("jQuery(window.location).attr('href', '?view=finishPage');",2000);
	//jQuery(parent.window.location).attr('href', '?view=finishPage');
}

jQuery("#nextButton").attr('onClick','processForm2(); return false;');