To have the overlay content not auto close onMouseover, try commenting out the below two lines in the .js file:
Code:
//anchorobj.onmouseout=function(e){dropdowncontent.hide(subobj, subobj, e)}
"
//subobj.onmouseout=function(e){dropdowncontent.hide(this, subobj, e)}
Regarding the 2nd part of your question, a form contained in the overlay content is no different than a form that's directly added to your page, so however you get the later to auto populate with the desired info, you would do the same here.
Bookmarks