<!--
<!-- hide from none JavaScript Browsers

                    Bild0= new Image()
                    Bild0.src = "images/wof/nothing_wof.jpg"

                    Bild1= new Image()
                    Bild1.src = "images/wof/two.jpg"

                    Bild2 = new Image()
                    Bild2.src = "images/wof/three.jpg"

                    Bild3 = new Image()
                    Bild3.src = "images/wof/four.jpg"

                    Bild4 = new Image()
                    Bild4.src = "images/wof/five.jpg"

                    Bild5 = new Image()
                    Bild5.src = "images/wof/six.jpg"

                    Bild6 = new Image()
                    Bild6.src = "images/wof/eight.jpg"
                    
                    Bild7 = new Image()
                    Bild7.src = "images/wof/nine.jpg"                    

                    Bild8 = new Image()
                    Bild8.src = "images/wof/ten.jpg"   


                                        function gfx1out() { document.gfx0.src = Bild1.src; return true; }
                                        function gfx1back() { document.gfx0.src = Bild0.src; return true; }

                                        function gfx2out() { document.gfx0.src = Bild2.src; return true; }
                                        function gfx2back() { document.gfx0.src = Bild0.src; return true; }

                                        function gfx3out() { document.gfx0.src = Bild3.src; return true; }
                                        function gfx3back() { document.gfx0.src = Bild0.src; return true; }

                                        function gfx4out() { document.gfx0.src = Bild4.src; return true; }
                                        function gfx4back() { document.gfx0.src = Bild0.src; return true; }

                                        function gfx5out() { document.gfx0.src = Bild5.src; return true; }
                                        function gfx5back() { document.gfx0.src = Bild0.src; return true; }

                                        function gfx6out() { document.gfx0.src = Bild6.src; return true; }
                                        function gfx6back() { document.gfx0.src = Bild0.src; return true; }

                                        function gfx7out() { document.gfx0.src = Bild7.src; return true; }
                                        function gfx7back() { document.gfx0.src = Bild0.src; return true; }

                                        function gfx8out() { document.gfx0.src = Bild8.src; return true; }
                                        function gfx8back() { document.gfx0.src = Bild0.src; return true; }

                                        // - stop hiding -->

//-->