// ------------------------------------------------------------------------------
//
// Name:			PageInfo.js
//
// Description:	URL for the Library List
//
// ------------------------------------------------------------------------------


var pageInfo = 'https://cmms.hippofm.com/Pages/Library/LibraryPage.aspx';

// 
function getPageURL(args)
{
	url = pageInfo+ "?CategoryID=" + args + "&MyHippo=1";
	document.location.href=url;
}

