function goUrl(url){
  window.location=url;
}

function setCursor(object){
  object.style.cursor='pointer';	
}

