function printContent(contenturl)
{						
	printWindow = window.open(contenturl, '');
	printWindow.print();
}