function __doPost(List,PageTarget)
{
	document.forms[0].elements[List + '_hdnCurrentPage'].value = PageTarget;
	document.forms[0].action="product.php#" + List;
	document.forms[0].submit();
	return;
}