advAJAX.setDefaultParameters({

onLoading : function(obj) {
    
        document.getElementById(obj.tag).innerHTML = "<img src=\"images/ajaxl1.gif\" alt=\"\" width=\"128\" height=\"15\" />";
    },




  onSuccess : function(obj) {
  
      document.getElementById(obj.tag).innerHTML = obj.responseText;
  }
});

function game(id_game){advAJAX.get({ tag: "game", url: "ajax/game.php", "id_game" : id_game

         
})




};


function open_form(team,game) {

window.open('includes/votes.php?t='+team+'&g='+game,'noweOkno','left=100,top=100,screenX=100,screenY=100, width=620, height=520, innerWidth=620, innerHeight=520, directories=0, location=0, menubar=0, scrollbars=0, status=0, toolbar=0, resizable=0')

}


function open_window(link) {

window.open(link,'Facebook','left=100,top=100,screenX=100,screenY=100, width=620, height=520, innerWidth=620, innerHeight=520, directories=0, location=0, menubar=0, scrollbars=0, status=0, toolbar=0, resizable=0')

}
