// $Id: enable.js,v 1.2 2006/08/23 13:52:35 clinton Exp $

//Function used to show print dialog.
function cfEnable()
{
alert('hi');
	//window.print()
}

