<!-- Start


var height, width;

if (document.all)
    height = document.body.offsetHeight, width = document.body.offsetWidth;
else if (document.layers)
    height = window.innerHeight, width = window.innerWidth;

if (width > 920){


// NOTE: If you use a ' add a slash before it like this \'

// FLOATING MENU AREA - SEE NOTE BELOW FOR MOVING THE MENU UP ON THE PAGE


if (!document.layers)
document.write('<div id="Floater" style="position:absolute">')
document.write('<layer id="Floater">');


// START THE IMAGE LINKS COPY ANY ONE OF THESE 3 LINES TO ADD A NEW LINK


document.write('<table><tr><td align=\"right\">');

document.write('<a href="http://www.kalinga.nl/www/index.php">Home</a><br>');

document.write('<a href="http://www.kalinga.nl/www/modules.php?op=modload&name=FAQ&file=index&myfaq=yes&id_cat=7">Contact</a><br>');

document.write('<a href="#top">Top</a><br>');

document.write('</td></tr></table>');




document.write('</layer>');





// NOTE: If you add links you will need to alter the "placeY" 250 number below


if (!document.layers)
document.write('</div>')

function FloatMenu()
{
	var Xloc = 1,
	Yloc = 70;
	var ns = (navigator.appName.indexOf("Netscape") != -1);
	function SetMenu(id)
	{
		var GetElements=document.getElementById?document.getElementById(id):document.all?document.all[id]:document.layers[id];
		if(document.layers)GetElements.style=GetElements;
		GetElements.sP=function(x,y){this.style.right=x;this.style.top=y;};
		GetElements.x = Xloc;
		GetElements.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		GetElements.y -= Yloc;
		return GetElements;
	}
	window.LoCate_XY=function()
	{
		var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		ftlObj.y += (pY - Yloc - ftlObj.y)/15;
		ftlObj.sP(ftlObj.x, ftlObj.y);
		setTimeout("LoCate_XY()", 10);
	}
	ftlObj = SetMenu("Floater");
	LoCate_XY();
}
FloatMenu();

}

//  End -->