I was just given the task of converting a Frames based site to all CSS based. The website displays a map and it shows the movements of various buses (this site is for a bus line) and the coordinates, speeds, etc. I’m currently having a few issues changing the design because it seems frames were essential for the design. There is a menu to select a specific bus on the page. When selecting a bus, it would zoom into that one on the map. Since I moved everything into different DIVs, that won’t work. Most of the lines of code consist of parent.MapsFrame.various funtions I tried removing the MapsFrame value but had no luck. Right now I have all the code from the different frames into one page. Is there a way to send values from one DIV to another DIV on the same page?