function showItem( itemUrl )
{
	if( itemUrl != '' )
	{
		window.location = itemUrl;
	}
}

