Well that doesn't seem to quite work,
here's the code to move items...
function MovePlayers(lstPlayerSelect,lstPlayerQueue,action)
//function fnMoveItems(lstbxFrom,lstbxTo)
{
var varFromBox = document.all(lstPlayerSelect);
var varToBox = document.all(lstPlayerQueue);
var varMove =...