//open the menu
//$Id$
function shareWidget(post_id) 
{
	var menu = $Launchpad.CreateMenu({ wid : "4a15efe47238b45c"
		, targetElement: "share_menu"
		, menuWidth: 300
		, menuHeight: 170
		, config: { "post_id" : post_id }
	});
	menu.toggle();
}


