var jsGeneric = {

	openPage : function(queryStr)
	{
		document.location.href = basePathURL + queryStr;
	}
};
