function comparerID(page) {
	//alert('1');
	var formulaire = "product_form";
	
	if (jQuery("#isRecherche").val() == 1)
		formulaire = "searchPageForm";
	
	jQuery("#"+formulaire+" #page").val(page);
	jQuery("#"+formulaire).submit();
	
}

function valid_form() {

	document.forms['product_form'].submit();	
	
}

function reloadForm(maxrows) {
	document.forms['product_form'].elements['maxrows'].value = maxrows;
	document.forms['product_form'].submit();
}

function CFNavigate_error() {}
function CFNavigate_callBack() {}

