// JavaScript Document

	function fnCopy()	{
		var copyObj = document.selection.createRange()
		clipboardData.setData('text',copyObj.text)
	}
