Sliding textboxes in and out

k, here’s the present scenario… main movie has menu buttons on it i.e. home, aboutUs, contact etc. When a button is clicked “loadMovie” action is executed, loading contact.swf which contained in that movie, a “dynamic” textbox filled with “scrollable” content being loaded into itself via: loadVariablesNum(“page.txt”, 1);

k, here’s the problem… I would like the text box to slide onto the main movie, and when another button is clicked, slide out… allowing the newly clicked option to slide in right after. The tricky part, is to keep in mind the text could be half way down the text box when the user selects another menu item… therefore wanting it to slide out at that position

If anyone could shed some light on this subject please let me know… greatly appreciated
Romeo