// JavaScript Document

function ancor(id){
   obj = document.getElementById(id);
   y = obj.offsetTop;
   scrollTo(0,y);
} 



