function removeText(field)
        {
        field.value = '';
        } 

function OpenPrintPage(Path)
{
	var strFile;
	strFile = "/PrintPage.asp?page=" + Path;		
	window.open(strFile, 'Print', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=610,height=450')
}

