//The following are functions used in client-side validation and form submittal
//for the Product Select page


function subSendForm(strAction) {
    document.frmProducts.strPageAction.value = strAction;
    document.frmProducts.submit();
}