function go_to($where){
 document.location.href=$where;
 //document.GetElementById($id).style.filter="Invert";
}

