var bShowAll = 0;

function updateView(onOff)
{
	bShowAll = onOff;
//	document.location = "Software.html"
}
