function goToURL(url,btn) 
{ 
window.location = url; 
btn.value = "  Loading...  ";
}

