
function vai_a(loc)
{
	document.location='gite_single_vedi.php?page='+loc;
}

function vai_a2(loc)
{
	document.location=loc;
}

function menu_evidenzia(obj)
{
	obj.className='menu_over';
}

function menu_normale(obj)
{
	obj.className='menu_norm';
	window.status='Incontri in Corso Online';
}


function evidenzia(obj)
{
	obj.className='Puls_Over';
}

function normale(obj)
{
	obj.className='Puls_Norm';
	window.status='Incontri in Corso';
}

function evidenzia2(obj)
{
	obj.className='Puls_Over2';
	nome = obj.getAttribute("id");
	if (nome=='marzo')
	{
		window.status='I nostri appuntamenti per il mese di marzo.';	
	}
	else if (nome=='febbraio')
	{
		window.status='I nostri appuntamenti per il mese di febbraio.';
	}
}

function normale2(obj)
{
	obj.className='Puls_Norm2';
	window.status='Incontri in Corso';
}

function info(mess)
{
	var w = 500;
	var h = 400;
	var l = Math.floor((screen.width-w)/2);
	var t = Math.floor((screen.height-h)/2);
	var paramentri = "width=500,height=400,top="+t + ",left=" + l +", scrollbars=yes";;
	window.open("form_eventi.php?evento="+mess,'',paramentri);	
}

function helpme()
{
	var w = 400;
	var h = 250;
	var l = Math.floor((screen.width-w)/2);
	var t = Math.floor((screen.height-h)/2);
	var paramentri = "width="+w+",height="+h+",top="+t + ",left=" + l +", scrollbars=yes";;
	window.open("help.html",'',paramentri);	
}


function menu_over(obj)
{
	obj.style.color="rgb(0, 0, 255)";	
}

function menu_out(obj)
{
	obj.style.color="rgb(166, 0, 166)";	
}
