var foo=1;

function controllo(variabile){
return (typeof window[variabile] == 'undefined')?false:true;
}

alert( controllo('foo') );//foo fra apici