-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex0f30.html
executable file
·201 lines (179 loc) · 12 KB
/
index0f30.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl-nl" lang="nl-nl" >
<!-- Mirrored from wk2011.kndb.nl/index.php?option=com_phocagallery&view=detail&catid=1%3Ayoutube&id=2%3Aalex-en-wiebe-tekenen&tmpl=component&Itemid=57&lang=nl by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 16 Jun 2013 22:51:34 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<meta name="keywords" content="Dammen, Wereldkampioenschap" />
<meta name="description" content="Dammen, Wereldkampioenschap" />
<meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />
<title>Foto/video</title>
<link href="templates/wk2011gold/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link rel="stylesheet" href="components/com_phocagallery/assets/phocagallery.css" type="text/css" />
<style type="text/css">
html,body, .contentpane{overflow:hidden;background:#ffffff;}
center, table {background:#ffffff;}
#sbox-window {background-color:#fff100;padding:5px}
</style>
<link rel="stylesheet" href="templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="templates/wk2011gold/css/print.css" type="text/css" />
</head>
<body class="contentpane">
<script type="text/javascript">
/* <![CDATA[ */
/***********************************************
* Ultimate Fade-In Slideshow (v1.51): © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
var fadeimages=new Array()
fadeimages[0]=["/images/phocagallery/thumbs/phoca_thumb_l_Urk.jpg", "", ""];fadeimages[1]=["/images/phocagallery/thumbs/phoca_thumb_l_alex en wiebe tekenen.jpg", "", ""];fadeimages[2]=["/images/phocagallery/thumbs/phoca_thumb_l_sponsors.jpg", "", ""];fadeimages[3]=["/images/phocagallery/thumbs/phoca_thumb_l_Loting.jpg", "", ""];fadeimages[4]=["/images/phocagallery/thumbs/phoca_thumb_l_Post-Vermeulen.jpg", "", ""];fadeimages[5]=["/images/phocagallery/thumbs/phoca_thumb_l_Promo.jpg", "", ""];fadeimages[6]=["/images/phocagallery/thumbs/phoca_thumb_l_Georgiev-Valneris.jpg", "", ""];fadeimages[7]=["/images/phocagallery/thumbs/phoca_thumb_l_Ndjofanf-Georgiev.jpg", "", ""];fadeimages[8]=["/images/phocagallery/thumbs/phoca_thumb_l_Ndjofang-Virny-Youtube.jpg", "", ""];fadeimages[9]=["/images/phocagallery/thumbs/phoca_thumb_l_Valneris-Mogiljanski.jpg", "", ""];fadeimages[10]=["/images/phocagallery/thumbs/phoca_thumb_l_Tsjizow-Valneris.jpg", "", ""];fadeimages[11]=["/images/phocagallery/thumbs/phoca_thumb_l_Mogiljanski-Ndjofang.jpg", "", ""];fadeimages[12]=["/images/phocagallery/thumbs/phoca_thumb_l_Hein_Paul_l.jpg", "", ""];fadeimages[13]=["/images/phocagallery/thumbs/phoca_thumb_l_Hein_Paul_s.jpg", "", ""];fadeimages[14]=["/images/phocagallery/thumbs/phoca_thumb_l_Schwarzman-Buzinski_first_timecheck.jpg", "", ""];fadeimages[15]=["/images/phocagallery/thumbs/phoca_thumb_l_Schwarzman-Buzinskij.jpg", "", ""];
var fadebgcolor="#ffffff"
var fadearray=new Array() /*array to cache fadeshow instances*/
var fadeclear=new Array() /*array to cache corresponding clearinterval pointers*/
var dom=(document.getElementById) /*modern dom browsers*/
var iebrowser=document.all
function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){
this.pausecheck=pause
this.mouseovercheck=0
this.delay=delay
this.degree=10 /*initial opacity degree (10%)*/
this.curimageindex=0
this.nextimageindex=1
fadearray[fadearray.length]=this
this.slideshowid=fadearray.length-1
this.canvasbase="canvas"+this.slideshowid
this.curcanvas=this.canvasbase+"_0"
if (typeof displayorder!="undefined")
theimages.sort(function() {return 0.5 - Math.random();}) /*thanks to Mike (aka Mwinter) :)*/
this.theimages=theimages
this.imageborder=parseInt(borderwidth)
this.postimages=new Array() /*preload images*/
for (p=0;p<theimages.length;p++){
this.postimages[p]=new Image()
this.postimages[p].src=theimages[p][0]
}
var fadewidth=fadewidth+this.imageborder*2
var fadeheight=fadeheight+this.imageborder*2
if (iebrowser&&dom||dom) /*if IE5+ or modern browsers (ie: Firefox)*/
document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div></div>')
else
document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>')
if (iebrowser&&dom||dom) /*if IE5+ or modern browsers such as Firefox*/
this.startit()
else{
this.curimageindex++
setInterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay)
}
}
function fadepic(obj){
if (obj.degree<100){
obj.degree+=10
if (obj.tempobj.filters&&obj.tempobj.filters[0]){
if (typeof obj.tempobj.filters[0].opacity=="number") /*if IE6+*/
obj.tempobj.filters[0].opacity=obj.degree
else /*else if IE5.5-*/
obj.tempobj.style.filter="alpha(opacity="+obj.degree+")"
}
else if (obj.tempobj.style.MozOpacity)
obj.tempobj.style.MozOpacity=obj.degree/101
else if (obj.tempobj.style.KhtmlOpacity)
obj.tempobj.style.KhtmlOpacity=obj.degree/100
else if (obj.tempobj.style.opacity&&!obj.tempobj.filters)
obj.tempobj.style.opacity=obj.degree/101
}
else{
clearInterval(fadeclear[obj.slideshowid])
obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1"
obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas)
obj.populateslide(obj.tempobj, obj.nextimageindex)
obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)? obj.nextimageindex+1 : 0
setTimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay)
}
}
fadeshow.prototype.populateslide=function(picobj, picindex){
var slideHTML=""
if (this.theimages[picindex][1]!="") /*if associated link exists for image*/
slideHTML='<a HREF="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">'
slideHTML+='<table border="0"><tr><td style="text-align:center" align="center" valign="middle" height="480"><img style="vertical-align:middle" SRC="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px"></td></tr></table>'
if (this.theimages[picindex][1]!="") /*if associated link exists for image*/
slideHTML+='</a>'
picobj.innerHTML=slideHTML
}
fadeshow.prototype.rotateimage=function(){
if (this.pausecheck==1) /*if pause onMouseover enabled, cache object*/
var cacheobj=this
if (this.mouseovercheck==1)
setTimeout(function(){cacheobj.rotateimage()}, 100)
else if (iebrowser&&dom||dom){
this.resetit()
var crossobj=this.tempobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
crossobj.style.zIndex++
fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",50)
this.curcanvas=(this.curcanvas==this.canvasbase+"_0")? this.canvasbase+"_1" : this.canvasbase+"_0"
}
else{
var ns4imgobj=document.images['defaultslide'+this.slideshowid]
ns4imgobj.src=this.postimages[this.curimageindex].src
}
this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0
}
fadeshow.prototype.resetit=function(){
this.degree=10
var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
if (crossobj.filters&&crossobj.filters[0]){
if (typeof crossobj.filters[0].opacity=="number") /*if IE6+*/
crossobj.filters(0).opacity=this.degree
else /*else if IE5.5-*/
crossobj.style.filter="alpha(opacity="+this.degree+")"
}
else if (crossobj.style.MozOpacity)
crossobj.style.MozOpacity=this.degree/101
else if (crossobj.style.KhtmlOpacity)
crossobj.style.KhtmlOpacity=this.degree/100
else if (crossobj.style.opacity&&!crossobj.filters)
crossobj.style.opacity=this.degree/101
}
fadeshow.prototype.startit=function(){
var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
this.populateslide(crossobj, this.curimageindex)
if (this.pausecheck==1){ /*IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER*/
var cacheobj=this
var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getElementById("master"+this.slideshowid)
crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1}
crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0}
}
this.rotateimage()
}
function disableBackAndNext()
{
document.getElementById("next").Disable=true
}
function disableBackAndPrev()
{
document.getElementById("prev").Disable=true
}
/* ]]> */
</script><center style="padding-top:10px">
<table border="0" width="100%">
<tr>
<td colspan="6" align="center" valign="middle" height="486" >
<div id="image-box" style="width:400px;"><a href="#" onclick="window.parent.document.getElementById('sbox-window').close();"><img src="images/phocagallery/thumbs/phoca_thumb_l_alex%20en%20wiebe%20tekenen.jpg" alt="" /></a></div>
</td>
</tr>
<tr>
<td align="left" width="30%" style="padding-left:48px"><a href="index4158.html?option=com_phocagallery&view=detail&catid=1%3Ayoutube&id=1%3Aurk&tmpl=component&Itemid=57&lang=nl" title="Previous image" id="prev" onclick="disableBackAndPrev()" ><img src="components/com_phocagallery/assets/images/icon-prev.gif" alt="Previous image" /></a></td>
<td><img src="components/com_phocagallery/assets/images/icon-stop-grey.gif" alt="Stop slideshow" /></td><td><a href="indexea7c.html?option=com_phocagallery&view=detail&catid=1%3Ayoutube&id=2%3Aalex-en-wiebe-tekenen&tmpl=component&phocaslideshow=1&Itemid=57&lang=nl" title="Start slideshow"><img src="components/com_phocagallery/assets/images/icon-play.gif" alt="Start slideshow" /></a></td>
<td><a href="index0f30.html?option=com_phocagallery&view=detail&catid=1%3Ayoutube&id=2%3Aalex-en-wiebe-tekenen&tmpl=component&Itemid=57&lang=nl" onclick="window.location.reload(true);" title="Refresh" ><img src="components/com_phocagallery/assets/images/icon-reload.gif" alt="Refresh" /></a></td>
<td><a href="index0f30.html?option=com_phocagallery&view=detail&catid=1%3Ayoutube&id=2%3Aalex-en-wiebe-tekenen&tmpl=component&Itemid=57&lang=nl" onclick="window.parent.document.getElementById('sbox-window').close();" title="Sluit venster" ><img src="components/com_phocagallery/assets/images/icon-exit.gif" alt="Sluit venster" /></a></td>
<td align="right" width="30%" style="padding-right:48px"><a href="indexf504.html?option=com_phocagallery&view=detail&catid=1%3Ayoutube&id=4%3Aurk&tmpl=component&Itemid=57&lang=nl" title="Next image" id="next" onclick="disableBackAndNext()" ><img src="components/com_phocagallery/assets/images/icon-next.gif" alt="Next image" /></a></td>
</tr>
</table>
</center>
<!-- <a href="http://www.phoca.cz/">http://www.phoca.cz/</a> -->
</body>
<!-- Mirrored from wk2011.kndb.nl/index.php?option=com_phocagallery&view=detail&catid=1%3Ayoutube&id=2%3Aalex-en-wiebe-tekenen&tmpl=component&Itemid=57&lang=nl by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 16 Jun 2013 22:51:34 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
</html>