<!-- Scripting by Mark Tijs mark@absolutus.nl



function Popup(what,width,height)
{
	 var desktop = window.open( "+what+","","left=30,top=30,width="+width+",height="+height+",toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no" );
	desktop.document.write("<HTML>\n<HEAD>\n<TITLE>Foto</TITLE>\n");
	desktop.document.write("</HEAD>\n");
	desktop.document.write("<frameset rows='",height,",24' border='no' frameborder='0' framespacing='0'>");
	desktop.document.write("<frame src='img/",what,"' marginwidth='0' marginheight='0' scrolling='no' border='0' scrolling='no'>");
	desktop.document.write("<frame src='popup_sluiten.php' marginwidth='0' marginheight='0' scrolling='no' border='0' scrolling='no'>");
	desktop.document.write("</frameset>");
	desktop.document.write("</HTML>");
	desktop.document.close();
}

function Get(url) { 
parent.tekst.location=url; 
}

function init(){
if (1) {
n = (document.layers) ? 1:0
ie = (document.all) ? 1:0
speed = 0
statdyn = "dynamic"
started = 0
if (n){
s1 = document.scrolling
maxw = s1.clip.width
}
if (ie){
s1 = document.all.scrolling.style
maxw = s1.pixelWidth
}
document.onmousemove = mouseMove
if (n) document.captureEvents(Event.MOUSEMOVE)
}
}

function mouseMove(e) {
if (n) {var x=e.pageX; var y=e.pageY}
if (ie) {var x=event.x; var y=event.y}
if(x > 10 && x < 720 && y > 10 && y < 265){
speed = Math.round((x-380)/100)
if (started == 0) {
started = 1
slide()
}
}
else {
speed = 0
started = 0
}
}

function slide(){
if(statdyn == "dynamic"){
if(parseInt(s1.left) <= - ((maxw/3)*2) + 50) {
s1.left = - ((maxw/3) - 50)
}
if(parseInt(s1.left) >= -50) {
s1.left = - ((maxw/3) + 50)
}
s1.left = parseInt(s1.left) - speed
}
if (started != 0) setTimeout("slide()",1)
}


function killErrors() {
return true;
}
window.onerror = killErrors;

<!-- Het idee is doorslaggevend, www.absolutus.nl
