<head><title>slider1.html</title>
<script src=../window.js></script>
<script src=../examples.js></script>
</head>

<body>
<script>

s1 = new slider(200,1,100,1,"first slider")
s1.showAt(10,50)

s2 = new slider(300,0,10000,100 ,"second slider")
s2.showAt(310,50)
s2.vertical(true)

</script>
</body>