function changeAction(ceva,sectiune)
{
  
window.location = "index.php?optiune=" + ceva + "&go=" + sectiune + "";

}


