how to each and split using ?

how to each and split using ?

the following code, how can devote the array values?

var arrValues = ["a:1", "b:2", "c:3"];
        $.each(arrValues, function (name, ID) {            
            OpenPopup(name,ID);
        });