/* na vrh strani */

var b2tx=100, b2ty=100, b2th='<img src="./library/images/main_arrow_up.gif" width="9" height="11" border="0">';

function b2x()
{
	return ((moz) ? window.innerWidth - 20 : document.body.clientWidth) - b2tx;
}

function b2y()
{
	return ((moz) ? window.innerHeight : document.body.clientHeight) + b2o() - b2ty;
}

function b2o()
{
	return (moz) ? window.pageYOffset : document.body.scrollTop;
}

function b2t()
{
	with(document.getElementById('toppage').style)
	{
		left = ((b2o() < 50) ? - 100 : /*b2x()*/ /*poravnava levo 692*/ 891) + 'px';
		top = ((b2o() < 50) ? - 450 : b2y()) + 25 + 'px';
	}
		setTimeout('b2t()',50);
}

var moz=(document.getElementById&&!document.all)?1:0;

document.write('<div id="toppage" style="width: 150px; position:absolute"><a style="cursor:'+((moz)?'pointer':'hand')+'" onclick="JavaScript:scrollTo(0,0)"><img src="./library/images/main_arrow_up.gif" width="9" height="11" border="0"></a>&nbsp;<a style="cursor:'+((moz)?'pointer':'hand')+'" onclick="JavaScript:scrollTo(0,0)">Na vrh</a></div>');

b2t();

/* na vrh strani */
