Hi all My final HTML code creates dynamically many TEXTAREAs elements which contain multi-lines content. The contents of these elements are refreshed every 5 seconds. The problem is when the user hover over the TEXTAREA my current code does show the popup window but it disappear when the DIV area is refreshed. So I am looking for a sample code which will popup a window and display the content of each TEXTAREA when I hover the mouse over. BUT I wanted the window to stay and NOT dissapear after each DIV refresh. If I need to add a "Close" "X" icon that would be fine too. Thanks for your help. Max