Any of y'all out there javascript junkies? I have an issue I cannot seem to resolve (probably a result of my less than stellar understanding of JS) involving opening up a popup window and handling the state of the main window. I have the popup working just fine. It opens as desired and i have it presenting centered on the screen, however if the link that calls the popup is far enough down the page that the page has to be scrolled, the main window scrolls back to the top of the page when the popup is opened. I would like to have the main window stay where it is (with the popup link still in view) when the popup window opens. Any ideas?