function floatButton() {
	pos=window.pageYOffset;
	document.layers.linklist.top = pos+5;

	limitsx=window.innerWidth;
	document.layers.linklist.left = ((limitsx-flWidth)/2);
}
