var atk="'";

function click() 
{
if (event.button==2) 
{
 alert('IS Multi Media - www.ismm.nl');
}
}
document.onmousedown=click


function blockError(){return true;}

window.onerror = blockError;

function fade(id, fadestart, fadeend, speed) {
	var timer = 0;
	var speed = Math.round(speed / 100);

	if(fadestart > fadeend) {
		for(i = fadestart; i >= fadeend; i--) {
			setTimeout("fadeobject(" + i + ",'" + id + "')",(timer * speed));
			timer++;
		}
	} else if(fadestart < fadeend) {
		for(i = fadestart; i <= fadeend; i++)
			{
			setTimeout("fadeobject(" + i + ",'" + id + "')",(timer * speed));
			timer++;
		}
	}
}

function fadeobject(opacity, id) {
	var object = document.getElementById(id).style; 
	object.opacity = (opacity / 100);
	object.MozOpacity = (opacity / 100);
	object.KhtmlOpacity = (opacity / 100);
	object.filter = "alpha(opacity=" + opacity + ")";
}

function slide(){
if (c==1){
fade('i1', 0, 100, 1000);
document.getElementById('i1').src=imgn+t+imge;
c=0;
}
else{
fade('i1', 100, 0, 1000);
document.getElementById('tds').style.backgroundImage='url('+imgn+t+imge+')';
c=1;
}
t=t+1;
if (t>tt) {t=1}
}




function doSubmit(action, task) {
	document.forms[0].action = action;
	document.forms[0].task.value = task;
	document.forms[0].submit();
}

function groute(){
tl=top.location.href;
tpc=tl.substring(tl.indexOf('?')+1, tl.indexOf('#'));
fpc=tl.substring(tl.indexOf('#')+1, tl.length);
str='<form method="POST">';
str+='<input type=hidden name=task><input type=hidden name=address_start value=""><input type="hidden" name="zipcode" value="">';
str+='<input type="hidden" name="street" value="Kastanjelaan 2">';
str+='<input type="hidden" name="city" value="Terneuzen">';
str+='<input type="hidden" name="zipcode" size="7" maxlength="7" value="'+fpc+'" style="border-style: solid; border-width: 1">';
str+='<input type="hidden" name="street" value="">';
str+='<input type="hidden" name="city" value="">';
str+='<select name="country" size="1" style="position: absolute; left: -50; top: -500; z-index: 0"><option value="NL"  selected >Nederland</select>';
str+='</form>';
document.write(str);
}

function oroute(){
window.open('http://www.routenet.nl','Routenet','width=170,height=1,menubar=no,status=no,location=no,toolbar=no,scrollbars=no');
tl=top.location.href;
fpc=tl.substring(tl.indexOf('?')+1, tl.indexOf('?')+7);
tpc=tl.substring(tl.indexOf('?')+7, tl.length);
str='<html><head><title>HelpDisc Data Recovery Services - Bel: 0181-61.75.42</title></head>';
str+='<frameset framespacing="0" border="0" rows="80,*" frameborder="0">';
str+='<frame name="hs" scrolling="no" noresize src="banner.html">';
str+='<frame name="route" src="getroute.html?'+fpc+tpc+'" target="_self" scrolling="auto" noresize>';
str+='</frameset></html>';
document.write(str);
}
