function close(x){
document.getElementById(x).style.visibility = "hidden";
}

function closeall(){
document.getElementById('t_s').style.visibility = "hidden";
document.getElementById('t_sh').style.visibility = "hidden";
document.getElementById('t_ins').style.visibility = "hidden";
document.getElementById('t_gi').style.visibility = "hidden";
document.getElementById('t_msg').style.visibility = "hidden";
document.getElementById('t_not').style.visibility = "hidden";
document.getElementById('t_se').style.visibility = "hidden";
}

function limit(x,y){
if (document.getElementById(x).value.length > y){
alert("Hai raggiunto la Grandezza Massima del messaggio per questo form: "+y);
document.getElementById(x).value = document.getElementById(x).value.substr(0,y);
}
}

function shoutbox(){
ajaxthis('shoutbox','shoutboxgo','/shoutbox.php','post');
}

function open(x){

if (document.getElementById(x).style.visibility == "visible"){
	document.getElementById(x).style.visibility = "hidden";
	}
	else {
if (document.getElementById(x).style.visibility == "hidden"){
	closeall();
	document.getElementById(x).style.visibility = "visible";
	}
	}
	
	
if (document.getElementById('t_se').style.visibility == "hidden"){
document.getElementById('t_se').style.overflow = "hidden";
}
else {
document.getElementById('t_se').style.overflow = "auto";
}

if (document.getElementById('t_ins').style.visibility == "hidden"){
document.getElementById('t_ins').style.overflow = "hidden";
}
else {
document.getElementById('t_ins').style.overflow = "auto";
}

if (document.getElementById('t_not').style.visibility == "hidden"){
document.getElementById('t_not').style.overflow = "hidden";
}
else {
document.getElementById('t_not').style.overflow = "auto";
}
	
}

function toolbar_gioca(x){
ajaxthis('toolbar_salagiochiflash','0','/include/toolbar_'+x+'.php','post');
}

function toolbar_giocai(x){
ajaxthis('toolbar_salagiochiflash','0','/include/toolbar_play.php?ID='+x,'post');
}

function inserimenti(){
ajaxthis('toolbar_inserimenti_show','0','/include/toolbar_inserimenti.php','get');
}

function notifiche(){
document.getElementById('toolbar_notifichei').src = '/immagini/templates/2010/toolbar/notifiche.png';
ajaxthis('toolbar_notifiche_show','0','/include/toolbar_notifiche.php','get');
}

function amici(){
ajaxthis('toolbar_notifiche_show','0','/include/toolbar_amici.php','get');
}

function accettaa(x){
ajaxthis('toolbar_notifiche_show','0','/amici_conferma.php?ID='+x+'&w=1','get');
}

function rifiutaa(x){
ajaxthis('toolbar_notifiche_show','0','/amici_conferma.php?ID='+x+'&w=2','get');
}

function segnalibri(){
ajaxthis('toolbar_segnalibri_show','0','/include/toolbar_segnalibri.php','get');
}

function segnalibro_add(x,y){
ajaxthis('phantom','0','/include/segnalibro_add.php?tipo='+x+'&ID='+y,'get');
alert("Segnalibro inserito con Successo! \nPuoi ora accedere velocemente a questa pagina cliccando su SEGNALIBRI, sulla tua Toolbar!");
segnalibri();
}

function segnalibro_del(x){
ajaxthis('phantom','0','/include/segnalibro_del.php?ID='+x,'get');
alert("Segnalibro cancellato con Successo!");
segnalibri();
}

function discardgame(){
ajaxthis('toolbar_salagiochiflash','0','/include/empty.php','get');
}