function hideItem(obj, text)
{
	if (!text || text == "")
		obj.style.visibility = "hidden";
}		
function OpenFull(url)
{
	window.open(url);
}