﻿// JScript File


function AddToCartSetList(thisForm,theList)
{
	thisForm.MM_listtype.value = theList
	thisForm.submit()
}
