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