function showcategory()
{
	myLightWindow.activateWindow({
		href: '/directory/Directory.swf?catId='+$('selCat').getValue(),
		width: '980',
		height: '650',
		title: 'Interactive Store Directory'
	});
	
	pageTracker._trackPageview('/InteractiveMap/Cat/' + $('selCat').getValue());
}

function showmap()
{
	myLightWindow.activateWindow({
		href: '/directory/Directory.swf',
		width: '980',
		height: '650',
		title: 'Interactive Store Directory'
	});
	
	pageTracker._trackPageview('/InteractiveMap');
}

function showstore(id)
{
	myLightWindow.activateWindow({
		href: '/directory/Directory.swf?storeId='+id,
		width: '980',
		height: '650',
		title: 'Interactive Store Directory'
	});
	
	if ($("applet"))
		$('applet').hide();
		
	pageTracker._trackPageview('/InteractiveMap/Store/' + id);
}