Trovata la soluzione

function exists(ProdSel) {
if(undefined === eval('typeof(ProdArr_'+ProdSel+'_id)')){
alert('ko');
} else {
alert('ok');
}
}