Что не работает?
Моей непосредственной мыслью для отладки было бы установить переменную.Также может помочь вызов toString()
целочисленного возвращаемого значения.
var id = 'IM_INNER_'+GET_COOKIE('CURRENT_IM').toString();
alert(id); //this will tell you what the id is. you can view the source to see if it's correct
document.getElementById(id).style.display='none';