// JavaScript Document


function popUpPrint(filename)
{
	window.open(filename,'Print','');	
}