function mailpdf(d, f)
{
	location.href = 'mailPdf.php?d=' + d + '&f=' + f;
	
}
