function printwin(id){
	window.open('print.php?staticID='+id, 'printit','width=600,height=900,resizable=no,scrollbars=yes');
}