I realise that this was not the best implementation. I had a slideshow that I was also working on over the weekend, but I didn't know if that would have fulfilled the requirements, especially since I did want to implement an embedded popout sort of feature re: the About Us Link for theateam's site. Most of the functionality rests on the About link althought javascript was also used to create a sort of dynamic menu. All code is original. The function determinePos() was created using information taken from Mozilla's documentation of DOM. (Essentially i found out that window.innerHeight could be used to return the height of the window) The base page was taken from the previous individual assignment.