function init() {
if (document.layers) {
v=".top=";
dS="document.";
sD="";
y="window.pageYOffset";
}

else if (document.all) {
v=".pixelTop=";
dS="";
sD=".style";
y="document.body.scrollTop";
   }
   
else if (document.getElementById) {
v=".top=";
dS="document.getElementById('";
sD="').style";
y="window.pageYOffset";


}
 checkLocation()
}