 $(document).ready(function() {
 
	/*
		create website.activityItem wrapper
	*/

	website.activityItem = {};


	/*
		create activityItem menu
	*/
	if($('#activityItem-rowTop #moreInfoMenu-flashElement').length > 0)
	website.activityItem.menu =(function() {

		pub = {};

		init = function() {
			
			var params = {
				scale : "noscale",
				menu  : "false",
				wmode : "transparent",
				allowscriptaccess : "samedomain"
			};

			var flashvarSubMenu = {

				links : [
					{
						url : '/aandeslag/categorie.php?id=82'
					},
					{
						url : '/aandeslag/categorie.php?id=85'
					},
					{
						url : '/aandeslag/categorie.php?id=88'
					},
					{
						url : '/aandeslag/categorie.php?id=91'
					}
				]
			}			

			// setup swfobject properties
			var flashvarsSubmenu = {

				menudata : encodeURI(JSON.stringify(flashvarSubMenu))

			};
			
			// add class on successful embed to check if flash is present
			attributes  = {
				styleclass : "swfobject_present"
			};

			setTimeout(function() {
				window.swfobject.embedSWF("/swf/moreinfomenu.swf", "moreInfoMenu-flashElement", "100%", "100%", "9", "false", flashvarsSubmenu, params, attributes);
			}, 1300);

			// trigger the embed-check
			//setTimeout(function() { embedCheck(); }, 1500);
		}

		/*
			public methods
		*/

		pub.showPersonal = function() {

		}

		init();

	})();
});
