if(top.location != self.location){
top.location.replace(self.location)
}

if(document.all){
	document.writeln('<style type="text/css">')
	document.writeln('#logo{')
	document.writeln('clip: rect(0px 0px 97px 0px);')
	document.writeln('}')
	document.writeln('</style>')
}

function achtergrond(element,kleur){
element.style.backgroundColor=kleur
element.style.cursor='hand'
}

vanlinksnaarrechts=new Array("0","0","20","40","60","80","100","120","140","160","180","200","220","240","260","280","300","320","340","360","380","400","420","440","460","480","500","520","540","560","580","600","620","640","660","680","700","720","740","758");
startrechts=0;
aantal=vanlinksnaarrechts.length
function wissellogo(){
if(document.getElementById){
startrechts++;
if(startrechts==aantal){
startrechts=aantal-1;
}
}
document.getElementById("logo").style.clip="rect(0px, "+vanlinksnaarrechts[startrechts]+"px, 97px, 0px)";
setTimeout("wissellogo()",25);
}
