function navigateToComponent(cname, qstring) {
	//alert("Component = " + cname + "Query string = " + qstring);
	document.location.href = qstring;
}