function printReis(id)
{
	window.open('PrintReis.asp?id=' + id, 'reisWindow', 'width=700,height=500,scrollbars=yes');
}