
function print_command(id){
	window.open('programs_print_preview.php?program_id='+id+'', 'Preview', 'status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no');
}
