Hi does anyone know how to do this with javascript:
You havea drop down menu and for each click on a different item in the drop down menu a new picture shows up at a certain spot.
Thanks,
DeuCe 
I have a script of a drop-down menu, but not with a new picture that shows up at a certain spot. (With a description I do have). Where should that certain spot be? Next to the menu option or where? Can you give an example? Maybe from a existing website?
Need more information. Is it the same certain spot for each picture? Or each picture has it's own spot? Also, what kind of drop down menu? Horizontal with vertical submenus? A simple form selection box?
Be more specific. I can help.
find the code form a website of the menu you were talking about then replace the links in that code with links to pages that just contain an image
then use one or multiple iframes to load the said image containing pages in
depending on if you wanted 1 image location or multiple
Hey. Sup?
http://www.softcomplex.com/products/tigra_menu/ [ I believe that is what you are searching for ]
Just take your menu and in the onclick event have it run a function that will load an image into a div. You can place the div where ever you want and control ith with css through javascript even.