function changeUrl(url)
{
window.location.href = url; 
return true;
}

