function productMenuClick(categoryID, newModuleID)
{
    document.productMenuForm.categoryID.value=categoryID;
    document.productMenuForm.menuItemID.value=newModuleID;
	document.productMenuForm.submit();
}

