// JavaScript Document



		function elem(id,el){

//			el = d.getElementById(id);

//			el.sp = function(x,y){this.style.right=x+"px";this.style.top=y+"px";}

//			el.X = startX;

//			el.Y = (xyz == 1) ? startY : (dB.scrollTop||E.scrollTop) + gClientHeight() - startY - el.offsetHeight;

//			return el;

		}

		function stayBrand(){

//			brand.Y += (xyz == 1) ? ((dB.scrollTop||E.scrollTop) + startY - brand.Y)/8 : ((dB.scrollTop||E.scrollTop) + gClientHeight() - startY - brand.offsetHeight - brand.Y)/8;

//			brand.sp(brand.X, brand.Y);

//			tB = setTimeout(stayBrand, 15);

		}

		function hideBrand(){

//			with(brand){

//				Y = X = 0;

//				sp(X, Y);

//				style.display="none";

//			}

//			clearTimeout(tB);

		}

		function gClientHeight(){return(d.innerHeight||E.clientHeight||dB.clientHeight);}
