NomeArray.length=0;

Oppure nel modo piu' lungo:

for(var i=1;i<NomeArray.length;i++) { NomeArray.pop(); }

ciao