еще вопрос. если есть на странице iframe c именем (ид) helpFrame, а внутри него iframe с именем helpTopic, как можно изменить location iframe helpTopic?
почему-то на

Код:
win=document.getElementById ('helpWin');
topic=win.document.getElementById ('helpTopic');
alert (topic);
выводит null =(