ÿþ<html> <head> <title>Pieter Verhulst ~ Wals voor Kasia</title> <link rel="stylesheet" href="piano.css"> <script language=JavaScript> <!-- var message="Op deze pagina rust copyright!"; /////////////////////////////////// function clickIE() { if (document.all) { alert(message); return false; } } function clickNS(e) { if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) { alert(message); return false; } } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS; } else { document.onmouseup=clickNS; document.oncontextmenu=clickIE; } // --> </script> <SCRIPT LANGUAGE="VBScript"> <!-- dim switchEnabled dim curSlide dim slideCount dim autoSwitch curSlide = 1 ' first slide slideCount = 5 ' number of slides autoSwitch = True ' automatic slide show sub Window_onLoad() dim i for i = 2 to slideCount document.all.item("slide" & i).style.visibility = "hidden" next switchEnabled = True if autoSwitch then SwitchSlides() end if end sub sub SlideContainer_OnFilterChange() switchEnabled = True if autoSwitch then SwitchSlides() end if end sub sub SwitchSlides() if switchEnabled then switchEnabled = False SlideContainer.filters.item(0).Apply() SlideContainer.filters.item(0).Transition = 5 document.all.item("Slide" & curSlide).style.visibility = "hidden" curSlide = curSlide + 1 if curSlide > slideCount then curSlide = 1 end if document.all.item("Slide" & curSlide).style.visibility = "" SlideContainer.filters(0).play() end if end sub ' --> </SCRIPT> <style type="text/css"> <!-- .container { position:relative; left:20; top:20; width:335; height:480; filter:revealTrans(duration=6, transition=5); } .slide { position:absolute; left:0; top:0; width:335; height:480; font-family:"Times Ne Roman", color:#006699; font-size:14pt;} --> </style> </head> <body background="images/background.jpg" text="#000000" leftMargin=0 topMargin=2 marginheight="0" marginwidth="0"> <blockquote><A HREF="links.html" target="mainFrame">Ga terug naar de links</a>. <div align="center"> <!-- slide container --> <div id="SlideContainer" class="container" onclick= "VBScript: SwitchSlides()"> <!-- slide 1 --> <div id="Slide1" class="slide"> <center><br><br><font-size="+2">Dit is de Wals voor Kasia,<br><br><br>gecomponeerd door Pieter Verhulst</font> </center> </div> <!-- slide 2 --> <div id="Slide2" class="slide"> <img src="images/walskasia0.jpg" width="335" height="480"> </div> <!-- slide 3 --> <div id="Slide3" class="slide"> <img src="images/walskasia1.jpg" width="335" height="480"> </div> <!-- slide 4 --> <div id="Slide4" class="slide"> <img src="images/walskasia2.jpg" width="335" height="480"></div> <!-- slide 5 --> <div id="Slide5" class="slide"> <img src="images/walskasia3.jpg" width="335" height="480"></div> <!-- If you add manually additional slides, customize the slideCount setting in the VBScript code above. --> </div> </div> <br><br><br> <center> Klik <a href="images/walskasia.zip">hier</a> om een zip-bestand met de vier afbeeldingen van dit stuk te downloaden.<br> De gebruiksaanwijzing van WinZip vind je <a href="http://www.seniorweb.nl/psp/HandleidingenNW/Winzipuitpakken.html" target="_blank">hier</a>.<br> <br>Wilt u dit stuk horen? Op uw verzoek kan ik u een midi-versie mailen. <br>U kunt contact opnemen via <a href="contact.html" target="mainFrame">deze pagina</a>. </center><br><br> <table width="75%" border="1" align="center"> <tr align="center" valign="middle"> <th width="12%"><a href="home.html" target="mainFrame">home</a></th> <th width="12%"><a href="verhuur.html" target="mainFrame" class="navlink">verhuur</a></th> <th width="12%"><a href="stemmen.html" target="mainFrame" class="navlink"> pianostemmen</a></th> <th width="12%"><a href="onderhoud.html" target="mainFrame" class="navlink">onderhoud</a></th> <th width="12%"><a href="advies.html" target="mainFrame" class="navlink">advies</a></th> <th width="12%"><a href="links.html" target="mainFrame" class="navlink"> links</a></th> <th width="12%"><a href="contact.html" target="mainFrame" class="navlink"> contact</a></th> <th width="12%"><a href="http://www.koekjes.net/cgi-bin/gastenboek/schrijven.pl?ertert" target="mainFrame" class="navlink">gastenboek</a></th> </tr> </table> </body> </html>