function PrintStory(storyID) 
	{
		window.open("/article/Pstories/S"+storyID+".shtml","PrintStory","width=750,height=600,scrollbars=yes,toolbar=yes,resizable=yes");
	}
