

//Starts country jump

<!-- Original: Alex Tu <boudha1@hotmail.com> -->
<!-- Web Site:  http://www.geocities.com/MadisonAvenue/4368 -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

function formHandler(form){
var year = document.form.year.value;
var URL = "/lm/"+document.form.year.value+"/"+document.form.country.options[document.form.country.selectedIndex].value+".html"; 
//document.form.action.value 
// 
window.location.href = URL;
}

//starts moving button


function setVariables() {
if (navigator.appName == "Netscape") {
}
else {
v=".pixelTop=";
dS="";
sD=".style";
y="document.body.scrollTop";
   }
}

function checkLocation(){
if (navigator.appName == "Netscape") {
}
else
{
object="object1";
yy=eval(y);
eval(dS+object+sD+v+yy);
setTimeout("checkLocation()",10);
}
}




