﻿function nextpage(ngonngu, menutype, trang)
{
	document.frmmenu.method="POST";
	document.frmmenu.action="menu.php?menu="+menutype+"&p="+trang;
	document.frmmenu.submit();
}
