Tokyo
London
Frankfurt
Buenos Aires
Sydney
Cairo
Instructions
How To Make This Page Use Web-Builder to make this page (link at the right). The small pictures on the left are [Image Button] boxes. All these pictures were copied into the local folder, so they appear quickly. The buttons on the right are [Advanced] boxes. The pictures for these were recorded as web-addresses (URLs). The pictures are still sitting on the original servers, wherever those are. So they load slowly. Each button needs a name. Right click on the button, choose options, then type a name. Don't use any spaces in the names. The picture in the middle is changed by JavaScript commands. The commands for 4 buttons are shown below - the others are similar. sunset.onclick = function() { ...bigpic.src = "sunset.jpg" ...bigpic.style.width = "600px" ...bigpic.style.height = "400px" } jungle.onclick = function() { ...bigpic.src = "jungle.jpg" ...bigpic.style.width = "450px" ...bigpic.style.height = "600px" } tokyo.onclick = function() { ...bigpic.src = "http://kuchiki.iespana.es/33.jpg" ...bigpic.style.width = "600px" ...bigpic.style.height = "450px" } sydney.onclick = function() { ...bigpic.src = "http://www.sydney.com/downtown/sydney.jpg" ...bigpic.style.width = "200px" ...bigpic.style.height = "250px" }