function go(parametro)
{

	if(parametro != "")
	{
			window.location="index.php?" + parametro;
	}
}