var trailimage=["test.gif", 32, 32] //naam image.. teves de hoogte en breedte
var offsetfrommouse=[10,-20] //positie van het plaatje t.o.v. de cursor. geef 0,0 voor geen afwijking
var displayduration=0 //duur in seconden dat plaatje zichtbaar moet zijn.. . 0 voor altijd
if (document.getElementById || document.all)
document.write('')
function gettrailobj(){
if (document.getElementById)
return document.getElementById("trailimageid").style
else if (document.all)
return document.all.trailimagid.style
}
function truebody(){
return (document.compatMode!="BackCompat")? document.documentElement : document.body
}
function hidetrail(){
gettrailobj().visibility="hidden"
document.onmousemove=""
}
function followmouse(e){
var xcoord=offsetfrommouse[0]
var ycoord=offsetfrommouse[1]
if (typeof e != "undefined"){
xcoord+=e.pageX
ycoord+=e.pageY
}
else if (typeof window.event !="undefined"){
xcoord+=truebody().scrollLeft+event.clientX
ycoord+=truebody().scrollTop+event.clientY
}
var docwidth=document.all? truebody().scrollLeft+truebody().clientWidth : pageXOffset+window.innerWidth-15
var docheight=document.all? Math.max(truebody().scrollHeight, truebody().clientHeight) : Math.max(document.body.offsetHeight, window.innerHeight)
if (xcoord+trailimage[1]+3>docwidth || ycoord+trailimage[2]> docheight)
gettrailobj().display="none"
else
gettrailobj().display=""
gettrailobj().left=xcoord+"px"
gettrailobj().top=ycoord+"px"
}
document.onmousemove=followmouse
if (displayduration>0)
setTimeout("hidetrail()", displayduration*1000)
>
CamTech V.O.F.
Belgielaan 1E
2391 PH Hazerswoude (ITC)
Nederland
0172230270 Tel
0172230271 Fax
Email : info@camtech.nl
BTW 0063.34.088. B.01.1120
K.v.K 28039560
Rabo :39.16.69.273
Iban :NL27RABO0391669273
Bic :RABONL2U
Ing : 2913061
Iban : NL52INGB0002913061
Bic : INGBNL2A