function zxRedirectTo()
{
   var id = document.getElementById("zx_product_collections_select").value;
   document.location = id;
}