function updateProductList( elm, p ){
	var id = elm.options[ elm.selectedIndex ].value;
	document.location='?p=' + p + '&m=index&s=' + id;
}