function goto(url)
{	
	if (url != "0")
	{
		document.location = url;
	}
}