Io ho aggiunto un bottone a thickbox con la stampa, il bottone lancia semplicemente questa:

codice:
function tb_print(url)
{
	var a = window.open(url);
	a.print();
}