//	HBI.V2.		Move to a Global Directory from a specific directory on the site

function PrintStory(storyID) 
	{
		window.open("/article/Pstories/S"+storyID+".shtml","PrintStory","width=750,height=600,scrollbars=yes,toolbar=yes,resizable=yes");
	}
