function PrintWindow (id) {
	var url = "/index.php?tid=" + id + "&xslt=print.xsl";
	popup(url, 650, 550);
}
