var data = "";
function PrintPreview()
{
	data = document.getElementById("idPrintArea").outerHTML;
	window.open('/js/print_report.htm','_blank','resizable: yes; help: no; toolbar: no; status: no; scroll: yes');
}
