// JavaScript Document
function galle_votes(style,id,score){ 
		var url = "V3_votar_galle.php?style="+style+"&id="+id+"&score="+score;
		new Ajax(url, {
			method: 'get',
			update: $("vota_gallerys_"+style+"")
		}).request()
}