
/*·························  © Webacumen 2007. All rights reserved  ··········································

Project			:	standard template
Module Name		:	catalogue.js
Purpose			:	Functions unique to the catalogue page
············································································································
Revision History

Date			Rev			CA Number		Changes Made
06/10/06		1			D001/0000		Initial Review
··········································································································*/

var mobjBktTimerID = null;
var mintBlinkCount = 0;

function onMenuClick(objBtn, intItm)
{
	try
	{
		document.location.hash = intItm;
		setMenu(objBtn);
	}
	
	catch(exception)
	{
		onErrorHandler("onMenuClick: " + exception.message, "catalogue.js", 0);
	}
}

